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 90c1599722d8..b989f561ac02 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.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: fstat.c,v 1.7.2.3 1997/08/31 01:31:07 alex Exp $"; + "$Id: fstat.c,v 1.7.2.4 1997/09/18 23:19:00 dima Exp $"; #endif /* not lint */ #include <sys/param.h> |
