diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-09 08:13:33 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-09 08:13:33 +0000 |
commit | 7b804361b042acf5438f8b4b333139d0b29b0b2a (patch) | |
tree | df1970ac47dca73ed554f57da45bca66fee33f02 /x11/libhelp/files/patch-ag | |
parent | Upgrade: 2.38 -> 2.42 (diff) |
Import libhelp port. libhelp is a hypertext help system for Motif
applications. Call xmhelp for an example and introduction.
Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
Notes
Notes:
svn path=/head/; revision=10451
Diffstat (limited to 'x11/libhelp/files/patch-ag')
-rw-r--r-- | x11/libhelp/files/patch-ag | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/libhelp/files/patch-ag b/x11/libhelp/files/patch-ag new file mode 100644 index 000000000000..c3005674d9a9 --- /dev/null +++ b/x11/libhelp/files/patch-ag @@ -0,0 +1,15 @@ +diff -cb ../../../libhelp-1.8.1/libhelp/util.c libhelp/util.c +*** ../../../libhelp-1.8.1/libhelp/util.c Wed Jun 28 15:00:19 1995 +--- libhelp/util.c Mon Oct 20 19:00:11 1997 +*************** +*** 45,50 **** +--- 45,53 ---- + ** -------------------------------------------------------------------- */ + #include <sys/stat.h> + #include <ctype.h> ++ #ifdef __FreeBSD__ ++ #include <sys/types.h> ++ #endif __FreeBSD__ + #include <dirent.h> + + #include "helpp.h" |