mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use 'const' in the copyright stamp, this is done in other utilities.
Return linker.h to the includes list. No objection from: wollman (for the copyright)
This commit is contained in:
parent
72d9131e79
commit
1476864b52
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
*/
|
||||
|
||||
#ifndef lint
|
||||
static char copyright[] =
|
||||
static const char copyright[] =
|
||||
"@(#) Copyright (c) 1992, 1993, 1994\n\
|
||||
The Regents of the University of California. All rights reserved.\n";
|
||||
#endif /* not lint */
|
||||
|
|
@ -59,6 +59,7 @@ static const char rcsid[] =
|
|||
#include <sys/../isofs/cd9660/cd9660_mount.h>
|
||||
#include <sys/module.h>
|
||||
#include <sys/iconv.h>
|
||||
#include <sys/linker.h>
|
||||
|
||||
#include <arpa/inet.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue