diff options
author | 1996-08-19 08:10:10 +0000 | |
---|---|---|
committer | 1996-08-19 08:10:10 +0000 | |
commit | e9b2b68ca3a6cce2632b4a73cc801bbb6f19c001 (patch) | |
tree | ae28f47ec89be7d99e138e5b76dfb015e512c6b2 /lib/libc/time/ialloc.c | |
parent | Oops major {fd = 2} was doubly specified (diff) | |
download | wireguard-openbsd-e9b2b68ca3a6cce2632b4a73cc801bbb6f19c001.tar.xz wireguard-openbsd-e9b2b68ca3a6cce2632b4a73cc801bbb6f19c001.zip |
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'lib/libc/time/ialloc.c')
-rw-r--r-- | lib/libc/time/ialloc.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/libc/time/ialloc.c b/lib/libc/time/ialloc.c index 2bf8310ad0e..e912eadc37f 100644 --- a/lib/libc/time/ialloc.c +++ b/lib/libc/time/ialloc.c @@ -1,10 +1,6 @@ -/* $NetBSD: ialloc.c,v 1.2 1995/03/10 18:12:38 jtc Exp $ */ - -#ifndef lint -#ifndef NOID -static char elsieid[] = "@(#)ialloc.c 8.28"; -#endif /* !defined NOID */ -#endif /* !defined lint */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: ialloc.c,v 1.2 1996/08/19 08:34:49 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /*LINTLIBRARY*/ |