ANSI C prohibits text after #endif.

Reviewed by:	md5(1)
This commit is contained in:
Dima Dorfman 2001-06-12 03:44:35 +00:00
parent e7edf5a116
commit d4906adb59
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
static const char copyright[] = static const char copyright[] =
"@(#) Copyright (c) 1989, 1993, 1995\n\ "@(#) Copyright (c) 1989, 1993, 1995\n\
The Regents of the University of California. All rights reserved.\n"; The Regents of the University of California. All rights reserved.\n";
#endif not lint #endif /* not lint */
#ifndef lint #ifndef lint
#if 0 #if 0
@ -46,7 +46,7 @@ static char sccsid[] = "@(#)showmount.c 8.3 (Berkeley) 3/29/95";
#endif #endif
static const char rcsid[] = static const char rcsid[] =
"$FreeBSD$"; "$FreeBSD$";
#endif not lint #endif /* not lint */
#include <sys/types.h> #include <sys/types.h>
#include <sys/queue.h> #include <sys/queue.h>