]> git.eshelyaron.com Git - emacs.git/commitdiff
(WAITTYPE, WRETCODE): Put in #if 0.
authorGerd Moellmann <gerd@gnu.org>
Wed, 5 Jul 2000 19:57:51 +0000 (19:57 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 5 Jul 2000 19:57:51 +0000 (19:57 +0000)
src/s/freebsd.h

index 26a41c66b9f8b9a223d00d052386ed544b8effe9..057697db1dbaadbcd77433ffcedddcdf66c1bae7 100644 (file)
 #define BSD_SYSTEM 199506
 #endif
 
+#if 0  /* Shouldn't be necessary and produces warnings with the 
+          experimental Autoconf test.  */
 #define WAITTYPE int
 /* get this since it won't be included if WAITTYPE is defined */
 #ifdef emacs
 #include <sys/wait.h>
 #endif
 #define WRETCODE(w) (_W_INT(w) >> 8)
+#endif
 
 /* Needed to avoid hanging when child process writes an error message
    and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>.  */