diff options
Diffstat (limited to 'java/jdk13/files/patch-j2sdk1.3.1-awt-awt_motif21.c')
-rw-r--r-- | java/jdk13/files/patch-j2sdk1.3.1-awt-awt_motif21.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk13/files/patch-j2sdk1.3.1-awt-awt_motif21.c b/java/jdk13/files/patch-j2sdk1.3.1-awt-awt_motif21.c deleted file mode 100644 index 2a18e607391f..000000000000 --- a/java/jdk13/files/patch-j2sdk1.3.1-awt-awt_motif21.c +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../src/solaris/native/sun/awt/awt_motif21.c 14 Jan 2005 10:35:32 -0000 1.6 -+++ ../src/solaris/native/sun/awt/awt_motif21.c 8 May 2007 22:05:37 -0000 -@@ -15,7 +15,7 @@ - #include "awt_p.h" - #include "awt_Component.h" - --#if (XmVersion == 2001) -+#if (XmVersion >= 2001) - #include <Xm/XmIm.h> - #else - #define XmPER_SHELL 0 |