ChangeLog, fsck.c:
  fsck.c (wait_one): Fix gcc warnings; add #include for ctype.h, add
  	const to char * variables, and use NOARGS to declare functions that
  	take no arguments.  Also fix a memory leak in execute() where we
  	weren't freeing argv[] after forking the child process.

diff --git a/misc/ChangeLog b/misc/ChangeLog
index 7bf0bfc..40f15b3 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,5 +1,11 @@
 1999-10-26    <tytso@valinux.com>
 
+	* fsck.c (wait_one): Fix gcc warnings; add #include for ctype.h,
+		add const to char * variables, and use NOARGS to declare
+		functions that take no arguments.  Also fix a memory leak
+		in execute() where we weren't freeing argv[] after forking
+		the child process.
+
 	* chattr.c: Add hack to compile in a definition for S_ISLNK so we
 		can successfully compile even with warnings turned on.