Module Name: xsrc Committed By: mrg Date: Sat Aug 5 06:03:26 UTC 2017
Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd: alpha_video.c Log Message: make this build on netbsd. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/alpha_video.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/alpha_video.c diff -u xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/alpha_video.c:1.5 xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/alpha_video.c:1.6 --- xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/alpha_video.c:1.5 Thu Aug 11 00:04:31 2016 +++ xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/alpha_video.c Sat Aug 5 06:03:26 2017 @@ -34,6 +34,9 @@ #include <sys/param.h> #ifndef __NetBSD__ #include <sys/sysctl.h> +#else +#include <machine/sysarch.h> +#include <machine/pio.h> #endif #include "xf86_OSlib.h"