diff options
Diffstat (limited to 'usr.sbin/zic/ialloc.c')
| -rw-r--r-- | usr.sbin/zic/ialloc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/zic/ialloc.c b/usr.sbin/zic/ialloc.c index 5631947d0718..2fd76c303441 100644 --- a/usr.sbin/zic/ialloc.c +++ b/usr.sbin/zic/ialloc.c @@ -4,6 +4,11 @@ static char elsieid[] = "@(#)ialloc.c 8.28"; #endif /* !defined NOID */ #endif /* !defined lint */ +#ifndef lint +static const char rcsid[] = + "$Id$"; +#endif /* not lint */ + /*LINTLIBRARY*/ #include "private.h" |
