opendx-4.3.2-sys.h.patch 1.2 KB

123456789101112131415161718192021222324
  1. diff -aurN dx-4.3.2-orig/configure.ac dx-4.3.2/configure.ac
  2. --- dx-4.3.2-orig/configure.ac 2007-07-19 00:59:55.000000000 -0500
  3. +++ dx-4.3.2/configure.ac 2007-07-19 01:02:34.000000000 -0500
  4. @@ -1004,7 +1004,7 @@
  5. Xm/ScrolledWP.h Xm/SelectioB.h Xm/SeparatoG.h Xm/SeparatoGP.h Xm/Separator.h \
  6. Xm/Text.h Xm/TextF.h Xm/ToggleB.h Xm/ToggleBG.h Xm/Xm.h Xm/XmP.h Xm/XmStrDefs.h \
  7. gl.h gl/device.h gl/gl.h invent.h iop/afb.h iop/mov.h iop/pfs.h license.h \
  8. - linux/kernel.h linux/sys.h math.h mingw32/dir.h mon.h net/if_arp.h net/route.h \
  9. + linux/kernel.h math.h mingw32/dir.h mon.h net/if_arp.h net/route.h \
  10. os2.h setjmp.h starbase.c.h stddef.h stdio.h synch.h sys/access.h \
  11. sys/ipc.h sys/m88kbcs.h sys/mman.h sys/mode.h sys/pstat.h sys/resource.h \
  12. sys/svs.h sys/sysconfig.h sys/syslimits.h sys/sysmacros.h ulocks.h x11/xlibxtra.h \
  13. diff -aurN dx-4.3.2-orig/src/exec/libdx/memory.c dx-4.3.2/src/exec/libdx/memory.c
  14. --- dx-4.3.2-orig/src/exec/libdx/memory.c 2007-07-19 00:59:54.000000000 -0500
  15. +++ dx-4.3.2/src/exec/libdx/memory.c 2007-07-19 01:01:57.000000000 -0500
  16. @@ -66,7 +66,6 @@
  17. #if linux
  18. #include <linux/kernel.h>
  19. -#include <linux/sys.h>
  20. #include <sys/sysinfo.h>
  21. #endif