diff options
Diffstat (limited to 'lib/libc/gen/waitpid.c')
-rw-r--r-- | lib/libc/gen/waitpid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/waitpid.c b/lib/libc/gen/waitpid.c index ecb0e4d1a2ad..273d1f3b8e3d 100644 --- a/lib/libc/gen/waitpid.c +++ b/lib/libc/gen/waitpid.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)waitpid.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/waitpid.c,v 1.6 2002/02/01 00:57:29 obrien Exp $"); #include "namespace.h" #include <sys/types.h> |