diff options
| author | mikel <mikel@NetBSD.org> | 1997-09-20 04:16:40 +0000 |
|---|---|---|
| committer | mikel <mikel@NetBSD.org> | 1997-09-20 04:16:40 +0000 |
| commit | e13ea50bb509f2173ecebe852fbab2e7e5b4dbd7 (patch) | |
| tree | 564a0191f1b5edf44f8d4d2e243b7446b70efb66 | |
| parent | 3d302c58a2972e6d21ffff53a3a224cf50d2a345 (diff) | |
RCSid police
| -rw-r--r-- | lib/libc/sys/setregid.2 | 3 | ||||
| -rw-r--r-- | lib/libc/sys/setreuid.2 | 3 | ||||
| -rw-r--r-- | lib/libresolv/Makefile | 2 | ||||
| -rw-r--r-- | lib/liby/Makefile | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/sys/setregid.2 b/lib/libc/sys/setregid.2 index 8d6b76c54af..780f41e7892 100644 --- a/lib/libc/sys/setregid.2 +++ b/lib/libc/sys/setregid.2 @@ -1,3 +1,5 @@ +.\" $NetBSD: setregid.2,v 1.7 1997/09/20 04:16:40 mikel Exp $ +.\" .\" Copyright (c) 1996 Charles M. Hannum. All rights reserved. .\" Copyright (c) 1983, 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,7 +33,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)setregid.2 6.4 (Berkeley) 3/10/91 -.\" $Id: setregid.2,v 1.6 1996/06/23 11:52:53 mycroft Exp $ .\" .Dd June 23, 1996 .Dt SETREGID 2 diff --git a/lib/libc/sys/setreuid.2 b/lib/libc/sys/setreuid.2 index af8db635bdc..2176b4f2095 100644 --- a/lib/libc/sys/setreuid.2 +++ b/lib/libc/sys/setreuid.2 @@ -1,3 +1,5 @@ +.\" $NetBSD: setreuid.2,v 1.7 1997/09/20 04:16:42 mikel Exp $ +.\" .\" Copyright (c) 1996 Charles M. Hannum. All rights reserved. .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,7 +33,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)setreuid.2 6.4 (Berkeley) 3/10/91 -.\" $Id: setreuid.2,v 1.6 1996/06/23 11:52:56 mycroft Exp $ .\" .Dd June 23, 1996 .Dt SETREUID 2 diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile index 34c32178333..78216639865 100644 --- a/lib/libresolv/Makefile +++ b/lib/libresolv/Makefile @@ -1,5 +1,5 @@ +# $NetBSD: Makefile,v 1.5 1997/09/20 04:23:18 mikel Exp $ # from: @(#)Makefile 5.1 (Berkeley) 6/5/90 -# $Id: Makefile,v 1.4 1997/07/23 03:14:11 mrg Exp $ LIB=resolv CFLAGS+=-DDEBUG -DLIBC_SCCS -I${.CURDIR}/../libc/include diff --git a/lib/liby/Makefile b/lib/liby/Makefile index 424e69b074d..421a9cb6e37 100644 --- a/lib/liby/Makefile +++ b/lib/liby/Makefile @@ -1,5 +1,5 @@ +# $NetBSD: Makefile,v 1.4 1997/09/20 04:23:20 mikel Exp $ # from: @(#)Makefile 5.5 (Berkeley) 5/15/90 -# $Id: Makefile,v 1.3 1993/10/05 21:54:30 pk Exp $ LIB= y SRCS= main.c yyerror.c |
