From a9eea7e9e379050372cda23f25ff89ce3220226b Mon Sep 17 00:00:00 2001 From: charnier Date: Wed, 13 May 1998 07:22:11 +0000 Subject: Restore original Lite-2 sccsid. Restore include of sys/types.h. --- bin/chmod/chmod.c | 5 +++-- 1 file 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 #include #include -- cgit v1.1