Kill xf86getpagesize even harder (dummylib & ioport)
This commit is contained in:
parent
dfd682b582
commit
ccf6636d2c
|
@ -25,7 +25,6 @@ libdummy_nonserver_a_SOURCES = \
|
||||||
xf86drvmsgverb.c \
|
xf86drvmsgverb.c \
|
||||||
xf86errorf.c \
|
xf86errorf.c \
|
||||||
xf86errorfverb.c \
|
xf86errorfverb.c \
|
||||||
xf86getpagesize.c \
|
|
||||||
xf86getverb.c \
|
xf86getverb.c \
|
||||||
xf86info.c \
|
xf86info.c \
|
||||||
xf86msg.c \
|
xf86msg.c \
|
||||||
|
|
|
@ -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 */
|
|
||||||
}
|
|
||||||
|
|
|
@ -489,4 +489,3 @@ main(argc, argv)
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "xf86getpagesize.c"
|
|
||||||
|
|
Loading…
Reference in New Issue