diff options
Diffstat (limited to 'lib/libc/gen/wait3.c')
-rw-r--r-- | lib/libc/gen/wait3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/wait3.c b/lib/libc/gen/wait3.c index 6098773326597..9c04d655ab9ca 100644 --- a/lib/libc/gen/wait3.c +++ b/lib/libc/gen/wait3.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)wait3.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/wait3.c,v 1.4.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> |