cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/lib/getpagesize.h


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/getpagesize.h
Date: Mon, 03 Oct 2005 22:35:24 -0400

Index: ccvs/lib/getpagesize.h
diff -u ccvs/lib/getpagesize.h:1.5 ccvs/lib/getpagesize.h:1.6
--- ccvs/lib/getpagesize.h:1.5  Mon May 23 17:44:31 2005
+++ ccvs/lib/getpagesize.h      Tue Oct  4 02:34:54 2005
@@ -1,5 +1,5 @@
 /* Emulate getpagesize on systems that lack it.
-   Copyright (C) 1999, 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2004, 2005 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -18,9 +18,7 @@
 
 #ifndef HAVE_GETPAGESIZE
 
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
+#include <unistd.h>
 
 #if !defined getpagesize && defined _SC_PAGESIZE
 # if !(defined VMS && __VMS_VER < 70000000)




reply via email to

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