diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-19 08:35:14 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-19 08:35:14 +0000 |
commit | d7615c200c61c89d6c4f97de1e3abf99bb759de9 (patch) | |
tree | 35d8d19aca072dba63d7062d615a555693a9142a /lib/libc/time/private.h | |
parent | 796010265f845625013cfa4bb2f73a26d43f30d2 (diff) |
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'lib/libc/time/private.h')
-rw-r--r-- | lib/libc/time/private.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/lib/libc/time/private.h b/lib/libc/time/private.h index bd04a666965..6dd4b8df904 100644 --- a/lib/libc/time/private.h +++ b/lib/libc/time/private.h @@ -1,4 +1,4 @@ -/* $NetBSD: private.h,v 1.5 1996/01/20 02:31:20 jtc Exp $ */ +/* $OpenBSD: private.h,v 1.4 1996/08/19 08:34:51 tholo Exp $ */ #ifndef PRIVATE_H #define PRIVATE_H @@ -18,16 +18,6 @@ */ /* -** ID -*/ - -#ifndef lint -#ifndef NOID -static char privatehid[] = "@(#)private.h 7.39"; -#endif /* !defined NOID */ -#endif /* !defined lint */ - -/* ** Defaults for preprocessor symbols. ** You can override these in your C compiler options, e.g. `-DHAVE_ADJTIME=0'. */ |