Fix assembler error messages - there is no \n allowed in __COPYRIGHT macro
This commit is contained in:
parent
1364bf4a47
commit
39b31d1322
@ -40,8 +40,7 @@
|
||||
|
||||
#ifndef lint
|
||||
#include <sys/cdefs.h>
|
||||
__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993\n\
|
||||
The Regents of the University of California. All rights reserved.\n");
|
||||
__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993 The Regents of the University of California. All rights reserved.");
|
||||
__RCSID("$FreeBSD$");
|
||||
#endif /* not lint */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user