diff options
Diffstat (limited to 'lib/libc/gen/ftok.c')
-rw-r--r-- | lib/libc/gen/ftok.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/gen/ftok.c b/lib/libc/gen/ftok.c index a1feadad03e..f9d6621283c 100644 --- a/lib/libc/gen/ftok.c +++ b/lib/libc/gen/ftok.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ftok.c,v 1.7 2005/08/08 08:05:34 espie Exp $ */ /* * Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> * All rights reserved. @@ -25,10 +26,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: ftok.c,v 1.6 2003/06/11 21:03:10 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <sys/stat.h> #include <sys/ipc.h> |