diff options
author | charnier <charnier@FreeBSD.org> | 1998-05-13 07:22:11 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1998-05-13 07:22:11 +0000 |
commit | a9eea7e9e379050372cda23f25ff89ce3220226b (patch) | |
tree | a0d42a447d4854b3da975b14cfcc7bae5cd5b40d | |
parent | b35618eb35ff79904e5d42e24eb655d9b6416099 (diff) | |
download | FreeBSD-src-a9eea7e9e379050372cda23f25ff89ce3220226b.zip FreeBSD-src-a9eea7e9e379050372cda23f25ff89ce3220226b.tar.gz |
Restore original Lite-2 sccsid. Restore include of sys/types.h.
-rw-r--r-- | bin/chmod/chmod.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index 91c2252..0d86824 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -39,12 +39,13 @@ static char const copyright[] = #ifndef lint #if 0 -static char const sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94"; +static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: chmod.c,v 1.10 1998/05/06 06:50:08 charnier Exp $"; #endif /* not lint */ +#include <sys/types.h> #include <sys/stat.h> #include <err.h> |