[57677] trunk/base/src/pextlib1.0/system.c
toby at macports.org
toby at macports.org
Mon Sep 14 14:13:38 PDT 2009
Revision: 57677
http://trac.macports.org/changeset/57677
Author: toby at macports.org
Date: 2009-09-14 14:13:36 -0700 (Mon, 14 Sep 2009)
Log Message:
-----------
no need to guard this, it is defined by posix
Modified Paths:
--------------
trunk/base/src/pextlib1.0/system.c
Modified: trunk/base/src/pextlib1.0/system.c
===================================================================
--- trunk/base/src/pextlib1.0/system.c 2009-09-14 21:01:51 UTC (rev 57676)
+++ trunk/base/src/pextlib1.0/system.c 2009-09-14 21:13:36 UTC (rev 57677)
@@ -40,15 +40,12 @@
#include <paths.h>
#endif
+#include <sys/wait.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#if HAVE_SYS_WAIT_H
-#include <sys/wait.h>
-#endif
-
#include "system.h"
#include "Pextlib.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090914/b4c2fedc/attachment-0001.html>
More information about the macports-changes
mailing list