diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2002-07-25 18:31:26 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2002-07-25 18:31:26 +0000 |
commit | 833af3b828e1617cfc9d07392ea464f66b01f5ff (patch) | |
tree | 8fc63e896c89cfe79f4cbd8a2396a19abf2d2ba0 /java/jdk15/files/patch-utils.c | |
parent | - Update to 0.9p7 (diff) |
Update to patchset 7.
Notes
Notes:
svn path=/head/; revision=63554
Diffstat (limited to 'java/jdk15/files/patch-utils.c')
-rw-r--r-- | java/jdk15/files/patch-utils.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/java/jdk15/files/patch-utils.c b/java/jdk15/files/patch-utils.c deleted file mode 100644 index 75f4b0be64e1..000000000000 --- a/java/jdk15/files/patch-utils.c +++ /dev/null @@ -1,20 +0,0 @@ -$FreeBSD$ - ---- ../ext/plugin/oji-plugin/src/motif/common/utils.c 25 Aug 2001 17:48:42 -0000 1.2 -+++ ../ext/plugin/oji-plugin/src/motif/common/utils.c 10 Jun 2002 20:27:38 -0000 -@@ -10,6 +10,7 @@ - #include <sys/time.h> - #include <sys/types.h> - #ifndef SVR4 -+#include <sys/param.h> - #include <sys/uio.h> - #endif - #include <fcntl.h> -@@ -17,6 +18,7 @@ - #include <locale.h> - #include <errno.h> - #include <strings.h> -+#include <string.h> - #include <dlfcn.h> - #include "plugin_defs.h" - #include "pluginversion.h" |