emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/syswait.h,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/syswait.h,v
Date: Thu, 26 Jun 2008 04:25:10 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/06/26 04:24:54

Index: src/syswait.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/syswait.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- src/syswait.h       15 May 2008 03:25:09 -0000      1.24
+++ src/syswait.h       26 Jun 2008 04:24:38 -0000      1.25
@@ -91,11 +91,7 @@
 
 #else
 
-#ifdef BSD4_1
-#include <wait.h>
-#else
 #include <sys/wait.h>
-#endif /* not BSD 4.1 */
 
 #define WAITTYPE union wait
 #define WRETCODE(w) w.w_retcode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]