$OpenBSD: patch-modules_sca_sca_subscribe_h,v 1.2 2015/11/20 10:09:52 sthen Exp $
--- modules/sca/sca_subscribe.h.orig	Fri Oct  2 15:35:18 2015
+++ modules/sca/sca_subscribe.h	Mon Oct 19 14:00:40 2015
@@ -39,7 +39,7 @@ struct _sca_subscription {
     str		subscriber;	/* contact: user@ip */
     str		target_aor;	/* account of record to watch: user@domain */
     int		event;		/* "call-info", "line-seize" */
-    time_t	expires;	/* expiration date of subscription */
+    long	expires;	/* expiration date of subscription */
     int		state;		/* active, pending, terminated */
     int		index;		/* seized appearance-index, line-seize only */
 
