diff options
Diffstat (limited to 'lib/libc/gen/__xuname.c')
-rw-r--r-- | lib/libc/gen/__xuname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/__xuname.c b/lib/libc/gen/__xuname.c index 93f659e..c807f73 100644 --- a/lib/libc/gen/__xuname.c +++ b/lib/libc/gen/__xuname.c @@ -34,7 +34,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char sccsid[] = "From: @(#)uname.c 8.1 (Berkeley) 1/4/94";*/ static const char rcsid[] = - "$Id: uname.c,v 1.3 1995/05/30 05:40:29 rgrimes Exp $"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> |