]> code.delx.au - gnu-emacs/blobdiff - src/getpagesize.h
* fontset.c (Fset_fontset_font): Fix typos in error messages.
[gnu-emacs] / src / getpagesize.h
index 928e0440cce331019863e5db93c9b743799b4adf..fbfb302615f54b7b129e08818a5b131476b54913 100644 (file)
@@ -1,6 +1,6 @@
 /* Emulate getpagesize on systems that lack it.
    Copyright (C) 1986, 1992, 1995, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -19,10 +19,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef HAVE_GETPAGESIZE
 
-# ifdef VMS
-#  define getpagesize() 512
-# endif
-
 # ifdef HAVE_UNISTD_H
 #  include <unistd.h>
 # endif