Fix a minor lint warning.
This commit is contained in:
parent
664a5a88d4
commit
79f407f91e
@ -39,9 +39,11 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
#if 0
|
||||
static char copyright[] =
|
||||
"@(#) Copyright (c) 1988, 1989, 1990, 1993\n\
|
||||
The Regents of the University of California. All rights reserved.\n";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
Loading…
Reference in New Issue
Block a user