fix #endif lines for ANSI C
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 11 Jan 1988 07:37:03 +0000 (23:37 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 11 Jan 1988 07:37:03 +0000 (23:37 -0800)
SCCS-vsn: bin/df/df.c 5.3

usr/src/bin/df/df.c

index 4981865..e6118c7 100644 (file)
@@ -8,11 +8,11 @@
 char copyright[] =
 "@(#) Copyright (c) 1980 Regents of the University of California.\n\
  All rights reserved.\n";
 char copyright[] =
 "@(#) Copyright (c) 1980 Regents of the University of California.\n\
  All rights reserved.\n";
-#endif not lint
+#endif /* not lint */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)df.c       5.2 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)df.c       5.3 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <sys/param.h>
 #include <sys/fs.h>
 
 #include <sys/param.h>
 #include <sys/fs.h>