mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make GCC 3.3 STFU about copyright[].
This commit is contained in:
parent
b06d75fd43
commit
dbd64020dd
1 changed files with 1 additions and 1 deletions
|
|
@ -31,13 +31,13 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#if 0
|
||||
#ifndef lint
|
||||
static const char copyright[] =
|
||||
"@(#) Copyright (c) 1992, 1993, 1994\n\
|
||||
The Regents of the University of California. All rights reserved.\n";
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94";
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue