Kill xf86getpagesize even harder (dummylib & ioport)

This commit is contained in:
Alan Coopersmith 2008-01-02 19:28:33 -08:00
parent dfd682b582
commit ccf6636d2c
3 changed files with 0 additions and 23 deletions

View File

@ -25,7 +25,6 @@ libdummy_nonserver_a_SOURCES = \
xf86drvmsgverb.c \
xf86errorf.c \
xf86errorfverb.c \
xf86getpagesize.c \
xf86getverb.c \
xf86info.c \
xf86msg.c \

View File

@ -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 */
}

View File

@ -489,4 +489,3 @@ main(argc, argv)
return (0);
}
#include "xf86getpagesize.c"