--- ./main.c.orig	2006-07-07 22:32:12.000000000 +0000
+++ ./main.c	2006-07-07 22:32:35.000000000 +0000
@@ -314,16 +314,3 @@
 		return exitstatus;
 	}
 }
-
-
-
-#ifdef notdef
-/*
- * Should never be called.
- */
-#endif
-
-void
-exit(exitstatus) {
-	_exit(exitstatus);
-}