diff options
Diffstat (limited to 'lib/libc/stdlib/setenv.c')
-rw-r--r-- | lib/libc/stdlib/setenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/setenv.c b/lib/libc/stdlib/setenv.c index 96f22a3e6ce50..4278f4c6f1bd9 100644 --- a/lib/libc/stdlib/setenv.c +++ b/lib/libc/stdlib/setenv.c @@ -35,7 +35,7 @@ #if 0 static char sccsid[] = "@(#)setenv.c 8.1 (Berkeley) 6/4/93"; #endif -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$FreeBSD: src/lib/libc/stdlib/setenv.c,v 1.4.2.1 2000/01/27 16:32:59 ru Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stddef.h> |