util.c
changeset 84 052fe7498930
parent 76 4bd49f404f10
child 92 4bee0aa5b286
--- a/util.c	Mon Jul 17 08:37:37 2006 +0200
+++ b/util.c	Mon Jul 17 09:12:29 2006 +0200
@@ -10,7 +10,7 @@
 #include <sys/wait.h>
 #include <unistd.h>
 
-/* static functions */
+/* static */
 
 static void
 bad_malloc(unsigned int size)
@@ -20,7 +20,7 @@
 	exit(1);
 }
 
-/* extern functions */
+/* extern */
 
 void *
 emallocz(unsigned int size)