mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
Restore original Lite-2 sccsid. Restore include of sys/types.h.
This commit is contained in:
parent
930ab418d3
commit
d4e2eddf9d
1 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue