diff options
Diffstat (limited to 'lib/libc/sys/semctl.c')
-rw-r--r-- | lib/libc/sys/semctl.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/sys/semctl.c b/lib/libc/sys/semctl.c index 64bf75114ab..d3bba9fdb13 100644 --- a/lib/libc/sys/semctl.c +++ b/lib/libc/sys/semctl.c @@ -1,3 +1,4 @@ +/* $OpenBSD: semctl.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1994, 1995 Christopher G. Demetriou * All rights reserved. @@ -29,10 +30,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: semctl.c,v 1.6 2002/02/19 19:39:37 millert Exp $"; -#endif /* SYSLIBC_SCCS and not lint */ - #include <sys/types.h> #include <sys/ipc.h> #include <sys/sem.h> |