diff options
Diffstat (limited to 'usr.bin/fstat')
| -rw-r--r-- | usr.bin/fstat/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/fstat/fstat.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 2aeea2544f40..c1c2efaa714a 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.2 1997/08/22 14:22:31 jmg Exp $ +# $Id: Makefile,v 1.1.1.1.8.1 1997/08/25 12:52:30 jmg Exp $ PROG= fstat CFLAGS+=-I${.CURDIR}/../../sys diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 0127646353ef..0685d36c2314 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95"; #endif static const char rcsid[] = - "$Id: fstat.c,v 1.7.2.5 1998/03/08 09:14:38 jkh Exp $"; + "$Id: fstat.c,v 1.7.2.6 1998/07/17 04:18:04 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> |
