Fix a minor lint warning.

This commit is contained in:
David E. O'Brien 2002-04-13 12:20:51 +00:00
parent 664a5a88d4
commit 79f407f91e

View File

@ -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$");