diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 15:12:41 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 15:12:41 +0000 |
commit | 6b08958c64bd274652d33b6f406630fcb201cd3d (patch) | |
tree | 917f8907edc047db430fc69dab9b26a7bb9900aa /lib/libc/stdio/fwalk.c | |
parent | fda548cb83fcf40b601cfc7e728f768979b88264 (diff) | |
download | FreeBSD-src-6b08958c64bd274652d33b6f406630fcb201cd3d.zip FreeBSD-src-6b08958c64bd274652d33b6f406630fcb201cd3d.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'lib/libc/stdio/fwalk.c')
-rw-r--r-- | lib/libc/stdio/fwalk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fwalk.c b/lib/libc/stdio/fwalk.c index d431de5..8f91b46 100644 --- a/lib/libc/stdio/fwalk.c +++ b/lib/libc/stdio/fwalk.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fwalk.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> |