diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
commit | 8e878a0310eae754021dbd73ca928eaf7cf6a65c (patch) | |
tree | 85f35fe64386fc1f5eb60327eb5c614a04d1adae /lib/libc/stdlib/setenv.c | |
parent | b4d1edeb37a573694fb661e8da9631ce60473a8d (diff) |
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 96f22a3e6ce5..4278f4c6f1bd 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> |