From d4e2eddf9dc2cb0b45c94be0034c7960366c6c6c Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Wed, 13 May 1998 07:22:11 +0000 Subject: [PATCH] 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 91c22527596..0d868243f44 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