summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/emalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/emalloc.c')
-rw-r--r--usr.sbin/xntpd/lib/emalloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/lib/emalloc.c b/usr.sbin/xntpd/lib/emalloc.c
index d2a8e78..61d4cb6 100644
--- a/usr.sbin/xntpd/lib/emalloc.c
+++ b/usr.sbin/xntpd/lib/emalloc.c
@@ -1,4 +1,4 @@
-/* emalloc.c,v 3.1 1993/07/06 01:08:15 jbj Exp
+/*
* emalloc - return new memory obtained from the system. Belch if none.
*/
#include "ntp_types.h"
@@ -8,7 +8,7 @@
char *
emalloc(size)
- unsigned int size;
+ u_int size;
{
char *mem;
OpenPOWER on IntegriCloud