diff options
Diffstat (limited to 'devel/libhfs/patches/patch-ac')
-rw-r--r-- | devel/libhfs/patches/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/libhfs/patches/patch-ac b/devel/libhfs/patches/patch-ac new file mode 100644 index 00000000000..fde3f67d27c --- /dev/null +++ b/devel/libhfs/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1.1.1 1999/10/17 04:28:19 fredb Exp $ + +--- libhfs/libhfs.h.orig Mon Nov 2 16:09:02 1998 ++++ libhfs/libhfs.h Fri Oct 15 12:53:29 1999 +@@ -19,8 +19,8 @@ + * $Id: patch-ac,v 1.1.1.1 1999/10/17 04:28:19 fredb Exp $ + */ + +-# include "hfs.h" +-# include "apple.h" ++# include <hfs.h> ++# include <apple.h> + + extern int errno; + |