From d4906adb59389a32ca198bc2085ac34daa17781f Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Tue, 12 Jun 2001 03:44:35 +0000
Subject: [PATCH] ANSI C prohibits text after #endif.
Reviewed by: md5(1)
---
usr.bin/showmount/showmount.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c
index df692ac679d..93d6cf5c8cd 100644
--- a/usr.bin/showmount/showmount.c
+++ b/usr.bin/showmount/showmount.c
@@ -38,7 +38,7 @@
static const char copyright[] =
"@(#) Copyright (c) 1989, 1993, 1995\n\
The Regents of the University of California. All rights reserved.\n";
-#endif not lint
+#endif /* not lint */
#ifndef lint
#if 0
@@ -46,7 +46,7 @@ static char sccsid[] = "@(#)showmount.c 8.3 (Berkeley) 3/29/95";
#endif
static const char rcsid[] =
"$FreeBSD$";
-#endif not lint
+#endif /* not lint */
#include
#include