diff options
author | Will Andrews <will@FreeBSD.org> | 2002-03-24 18:56:50 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-03-24 18:56:50 +0000 |
commit | 19222c9a51f684d1c63bcee0ffaff50393c4d2a6 (patch) | |
tree | 1f2aa595195540d487609ef89aeeeb53cae137a5 /x11/kdelibs2 | |
parent | c6be391943d73713ee5ba13d6f1c0ba06a95b02b (diff) |
Notes
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r-- | x11/kdelibs2/files/patch-kaclmanipulation.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/kdelibs2/files/patch-kaclmanipulation.h b/x11/kdelibs2/files/patch-kaclmanipulation.h new file mode 100644 index 000000000000..27b11b58c52c --- /dev/null +++ b/x11/kdelibs2/files/patch-kaclmanipulation.h @@ -0,0 +1,15 @@ +--- kfile/acl_prop_page/kaclmanipulation.h Tue May 22 03:16:09 2001 ++++ kfile/acl_prop_page/kaclmanipulation.h.new Sun Mar 24 13:52:31 2002 +@@ -40,7 +40,6 @@ + + #ifndef KACLMANIP_H + #define KACLMANIP_H "$Id: kaclmanipulation.h,v 1.3 2001/05/22 08:16:09 garbanzo Exp $" +-#endif + + #include <sys/types.h> + #include <sys/acl.h> +@@ -85,3 +84,4 @@ + }; + + }; ++#endif |