mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove all \n from __COPYRIGHT(...) string - assembler can't parse them
in .ident and produce warning
This commit is contained in:
parent
91169b79b6
commit
da600884bd
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@
|
|||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\n\
|
||||
The Regents of the University of California. All rights reserved.\n");
|
||||
__COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\
|
||||
\tThe Regents of the University of California. All rights reserved.");
|
||||
#endif /* not lint */
|
||||
|
||||
#ifndef lint
|
||||
|
|
|
|||
Loading…
Reference in a new issue