Remove newlines from string argument of __COPYRIGHT(), it results in
assembler warning messages.
This commit is contained in:
parent
30f1c1184a
commit
e48abfcaf0
@ -38,9 +38,9 @@
|
||||
#include <fcntl.h>
|
||||
#include <sys/file.h>
|
||||
|
||||
__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n"
|
||||
__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993 "
|
||||
"The Regents of the University of California."
|
||||
" All rights reserved.\n");
|
||||
" All rights reserved.");
|
||||
#ifdef __NetBSD__
|
||||
__RCSID("$NetBSD$");
|
||||
#include <util.h>
|
||||
|
Loading…
Reference in New Issue
Block a user