Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2002 09:51:52 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9917 for review
Message-ID:  <200204171651.g3HGpqn20649@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9917

Change 9917 by peter@peter_thunder on 2002/04/17 09:51:43

	calm down gcc 3.1

Affected files ...

... //depot/projects/ia64/sbin/nfsd/nfsd.c#4 edit

Differences ...

==== //depot/projects/ia64/sbin/nfsd/nfsd.c#4 (text+ko) ====

@@ -38,7 +38,7 @@
 static const char copyright[] =
 "@(#) Copyright (c) 1989, 1993, 1994\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 @@
 #endif
 static const char rcsid[] =
   "$FreeBSD: src/sbin/nfsd/nfsd.c,v 1.23 2002/03/26 17:37:59 pb Exp $";
-#endif not lint
+#endif /* not lint */
 
 #include <sys/param.h>
 #include <sys/syslog.h>
@@ -741,6 +741,7 @@
 			}
 			break;
 		default:
+			break;
 		}
 	}
 	

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204171651.g3HGpqn20649>