You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2008/06/02 02:14:07 UTC

svn commit: r662300 - /apr/apr/trunk/shmem/unix/shm.c

Author: bojan
Date: Sun Jun  1 17:14:07 2008
New Revision: 662300

URL: http://svn.apache.org/viewvc?rev=662300&view=rev
Log:
Header unistd.h is already included in arch/unix/apr_arch_shm.h.

Modified:
    apr/apr/trunk/shmem/unix/shm.c

Modified: apr/apr/trunk/shmem/unix/shm.c
URL: http://svn.apache.org/viewvc/apr/apr/trunk/shmem/unix/shm.c?rev=662300&r1=662299&r2=662300&view=diff
==============================================================================
--- apr/apr/trunk/shmem/unix/shm.c (original)
+++ apr/apr/trunk/shmem/unix/shm.c Sun Jun  1 17:14:07 2008
@@ -14,7 +14,6 @@
  * limitations under the License.
  */
 
-#include <unistd.h>
 #include "apr_arch_shm.h"
 
 #include "apr_general.h"