diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-01-23 00:44:47 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-01-23 00:44:47 +0000 |
commit | cc64002a7059a3b2ea237b1bbe8ded216366cb66 (patch) | |
tree | d2cc6dd7384210eb7bef7be1b1cf06b0634a01f6 /japanese/vfghostscript5/files/patch-ab | |
parent | portlint (diff) |
original distribution updated (5.03 -> 5.10)
Notes
Notes:
svn path=/head/; revision=9416
Diffstat (limited to 'japanese/vfghostscript5/files/patch-ab')
-rw-r--r-- | japanese/vfghostscript5/files/patch-ab | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/japanese/vfghostscript5/files/patch-ab b/japanese/vfghostscript5/files/patch-ab index 54e7de5390e8..80d27125514b 100644 --- a/japanese/vfghostscript5/files/patch-ab +++ b/japanese/vfghostscript5/files/patch-ab @@ -1,19 +1,11 @@ -*** zkfvflib.c.orig Sat Nov 9 19:23:11 1996 ---- zkfvflib.c Sat Nov 9 19:23:26 1996 -*************** -*** 19,25 **** - #include "files.h" - - /* Including the header file for VFlib. */ -! #include "VF.h" - #ifdef __MSDOS__ - # include "dos_.h" - #endif ---- 19,25 ---- - #include "files.h" - - /* Including the header file for VFlib. */ -! #include <VF.h> - #ifdef __MSDOS__ - # include "dos_.h" - #endif +--- zkfvflib.c.orig Tue Nov 25 18:41:45 1997 ++++ zkfvflib.c Tue Nov 25 18:41:47 1997 +@@ -19,7 +19,7 @@ + #include "files.h" + + /* Including the header file for VFlib. */ +-#include "VF.h" ++#include <VF.h> + #ifdef __MSDOS__ + # include "dos_.h" + #endif |