From ace01ac29e9d0db40cafaaa4cb38b254d0dcfd61 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Thu, 21 Jan 1999 17:31:43 +0000 Subject: Updated timezone compiler from Arthur Olson. Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz --- usr.sbin/zic/ialloc.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'usr.sbin/zic/ialloc.c') diff --git a/usr.sbin/zic/ialloc.c b/usr.sbin/zic/ialloc.c index 5631947d0718..8a0c70157890 100644 --- a/usr.sbin/zic/ialloc.c +++ b/usr.sbin/zic/ialloc.c @@ -1,6 +1,6 @@ #ifndef lint #ifndef NOID -static char elsieid[] = "@(#)ialloc.c 8.28"; +static char elsieid[] = "@(#)ialloc.c 8.29"; #endif /* !defined NOID */ #endif /* !defined lint */ @@ -10,13 +10,6 @@ static char elsieid[] = "@(#)ialloc.c 8.28"; #define nonzero(n) (((n) == 0) ? 1 : (n)) -char * icalloc P((int nelem, int elsize)); -char * icatalloc P((char * old, const char * new)); -char * icpyalloc P((const char * string)); -char * imalloc P((int n)); -void * irealloc P((void * pointer, int size)); -void ifree P((char * pointer)); - char * imalloc(n) const int n; -- cgit v1.3