summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/include/ntp_filegen.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-29 23:04:24 +0000
committerwollman <wollman@FreeBSD.org>1994-09-29 23:04:24 +0000
commit96f7e86b724c797f2b44beaaf956cf14550e57df (patch)
tree65fc9d6eb6e84f9e629426ab09186ab1373f9bcb /usr.sbin/xntpd/include/ntp_filegen.h
parent1185c9048d38483a3f99f3065590713d8bcda610 (diff)
downloadFreeBSD-src-96f7e86b724c797f2b44beaaf956cf14550e57df.zip
FreeBSD-src-96f7e86b724c797f2b44beaaf956cf14550e57df.tar.gz
xntp 3.4e from Dave Mills @ UDel
Diffstat (limited to 'usr.sbin/xntpd/include/ntp_filegen.h')
-rw-r--r--usr.sbin/xntpd/include/ntp_filegen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/xntpd/include/ntp_filegen.h b/usr.sbin/xntpd/include/ntp_filegen.h
index 7281d59..9e75bc6 100644
--- a/usr.sbin/xntpd/include/ntp_filegen.h
+++ b/usr.sbin/xntpd/include/ntp_filegen.h
@@ -1,5 +1,5 @@
/*
- * ntp_filegen.h,v 3.7 1994/01/25 19:04:16 kardel Exp
+ * ntp_filegen.h,v 3.8 1994/05/30 09:48:53 kardel Exp
*
* definitions for NTP file generations support
*
@@ -40,12 +40,12 @@ typedef struct FILEGEN
char *prefix; /* filename prefix and basename to be used*/
char *basename; /* for constructing filename of generation file */
/* WARNING: must be malloced !!! will be fed to free()*/
- U_LONG id; /* id of current generation */
+ u_long id; /* id of current generation */
u_char type; /* type of file generation */
u_char flag; /* flags modifying processing of file generation */
} FILEGEN;
-extern void filegen_setup P((FILEGEN *, U_LONG));
+extern void filegen_setup P((FILEGEN *, u_long));
extern void filegen_config P((FILEGEN *, char *, u_int, u_int));
extern FILEGEN *filegen_get P((char *));
extern void filegen_register P((char *, FILEGEN *));
OpenPOWER on IntegriCloud