[Commit] jove daemon.c,1.3,1.4 getservent.c,1.1.1.1,1.2 malloc.c,1.1.1.1,1.2

Keith Packard commit@keithp.com
Wed, 14 May 2003 23:01:23 -0700


Committed by: keithp

Update of /local/src/CVS/jove
In directory home.keithp.com:/tmp/cvs-serv11255

Modified Files:
	daemon.c getservent.c malloc.c 
Log Message:
Clean up remaining cpp lines

Index: daemon.c
===================================================================
RCS file: /local/src/CVS/jove/daemon.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- daemon.c	24 Aug 2001 09:02:38 -0000	1.3
+++ daemon.c	15 May 2003 06:01:20 -0000	1.4
@@ -199,4 +199,4 @@
 	if (mon)
 		closeDown (mon->fd);
 }
-#endif JDAEMON
+#endif /* JDAEMON */

Index: getservent.c
===================================================================
RCS file: /local/src/CVS/jove/getservent.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- getservent.c	10 Mar 2001 12:23:12 -0000	1.1.1.1
+++ getservent.c	15 May 2003 06:01:20 -0000	1.2
@@ -1,6 +1,6 @@
 #if defined(LIBC_SCCS) && !defined(lint)
 static  char sccsid[] = "@(#)getservent.c 1.1 86/02/03  Copyr 1984 Sun Micro";
-#endif LIBC_SCCS and not lint
+#endif /* LIBC_SCCS and not lint */
 
 /* 
  * Copyright (c) 1984 by Sun Microsystems, Inc.

Index: malloc.c
===================================================================
RCS file: /local/src/CVS/jove/malloc.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- malloc.c	10 Mar 2001 12:23:12 -0000	1.1.1.1
+++ malloc.c	15 May 2003 06:01:20 -0000	1.2
@@ -162,4 +162,4 @@
 	return (char *) q;
 }
 
-#endif MY_MALLOC
+#endif /* MY_MALLOC */