summaryrefslogtreecommitdiff
path: root/hw/xfree86/dummylib/xf86getpagesize.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-01-02 19:28:33 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-01-02 19:28:33 -0800
commitccf6636d2ca8acdaaeb8da34db507a10a082b0de (patch)
treebe9e89154e706d7a7b6d8df719186fde8aba0815 /hw/xfree86/dummylib/xf86getpagesize.c
parentdfd682b582636a36345144bcf835e3ee46718d90 (diff)
Kill xf86getpagesize even harder (dummylib & ioport)
Diffstat (limited to 'hw/xfree86/dummylib/xf86getpagesize.c')
-rw-r--r--hw/xfree86/dummylib/xf86getpagesize.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/hw/xfree86/dummylib/xf86getpagesize.c b/hw/xfree86/dummylib/xf86getpagesize.c
deleted file mode 100644
index 8859c7673..000000000
--- a/hw/xfree86/dummylib/xf86getpagesize.c
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifdef HAVE_XORG_CONFIG_H
-#include <xorg-config.h>
-#endif
-
-#include <X11/X.h>
-#include "os.h"
-#include "xf86.h"
-#include "xf86Priv.h"
-
-/*
- * Utility functions required by libxf86_os.
- */
-
-int xf86getpagesize(void);
-
-_X_EXPORT int
-xf86getpagesize(void)
-{
- return 4096; /* not used */
-}
-