Index: external/mit/xorg-server/dist/hw/xfree86/loader/xf86sym.c =================================================================== RCS file: /cvsroot/xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/xf86sym.c,v retrieving revision 1.1.1.1 diff -u -p -u -r1.1.1.1 xf86sym.c --- external/mit/xorg-server/dist/hw/xfree86/loader/xf86sym.c 31 Jul 2008 19:49:52 -0000 1.1.1.1 +++ external/mit/xorg-server/dist/hw/xfree86/loader/xf86sym.c 15 Jan 2009 19:13:12 -0000 @@ -960,12 +960,14 @@ _X_HIDDEN void *xfree86LookupTab[] = { SYMFUNC(_alpha_inw) SYMFUNC(_alpha_inl) # else +# ifndef __NetBSD__ SYMFUNC(outw) SYMFUNC(outb) SYMFUNC(outl) SYMFUNC(inb) SYMFUNC(inw) SYMFUNC(inl) +# endif /* __NetBSD__ */ # endif SYMFUNC(xf86ReadMmio32) SYMFUNC(xf86ReadMmio16)