[53209] trunk/base/src/pextlib1.0
toby at macports.org
toby at macports.org
Tue Jun 30 23:51:52 PDT 2009
Revision: 53209
http://trac.macports.org/changeset/53209
Author: toby at macports.org
Date: 2009-06-30 23:51:52 -0700 (Tue, 30 Jun 2009)
Log Message:
-----------
fcntl.h is defined by posix, not sys/fcntl.h
Modified Paths:
--------------
trunk/base/src/pextlib1.0/Pextlib.c
trunk/base/src/pextlib1.0/filemap.c
Modified: trunk/base/src/pextlib1.0/Pextlib.c
===================================================================
--- trunk/base/src/pextlib1.0/Pextlib.c 2009-07-01 06:50:54 UTC (rev 53208)
+++ trunk/base/src/pextlib1.0/Pextlib.c 2009-07-01 06:51:52 UTC (rev 53209)
@@ -70,10 +70,6 @@
#include <sys/types.h>
#endif
-#if HAVE_SYS_FCNTL_H
-#include <sys/fcntl.h>
-#endif
-
#if HAVE_FCNTL_H
#include <fcntl.h>
#endif
Modified: trunk/base/src/pextlib1.0/filemap.c
===================================================================
--- trunk/base/src/pextlib1.0/filemap.c 2009-07-01 06:50:54 UTC (rev 53208)
+++ trunk/base/src/pextlib1.0/filemap.c 2009-07-01 06:51:52 UTC (rev 53209)
@@ -63,10 +63,6 @@
#include <sys/types.h>
#endif
-#if HAVE_SYS_FCNTL_H
-#include <sys/fcntl.h>
-#endif
-
#if HAVE_FCNTL_H
#include <fcntl.h>
#endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090630/bed7adee/attachment.html>
More information about the macports-changes
mailing list