--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/thinstation/Makefile.patch Thu Mar 31 14:24:10 2011 +0200
@@ -0,0 +1,12 @@
+--- Makefile.orig 2008-11-10 19:18:24.000000000 +0000
++++ Makefile 2011-03-30 13:22:30.000000000 +0000
+@@ -540,9 +540,6 @@
+ # warn about C99 declaration after statement
+ KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
+
+-# disable pointer signed / unsigned warnings in gcc 4.0
+-KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,)
+-
+ # Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments
+ # But warn user when we do so
+ warn-assign = \