diff options
author | joerg <joerg@pkgsrc.org> | 2005-10-03 11:17:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-10-03 11:17:23 +0000 |
commit | 8f96f3bd5f7114f0849b39ce1b6227b6a68bb45b (patch) | |
tree | b9084a1c6e9728aabde26b1cbb3a9adb4e4ebe46 /archivers/fastjar/patches | |
parent | d3f04ad7d4f823a993ca44afd529ec52c9773605 (diff) | |
download | pkgsrc-8f96f3bd5f7114f0849b39ce1b6227b6a68bb45b.tar.gz |
Depend on errno.h to provide errno.
Diffstat (limited to 'archivers/fastjar/patches')
-rw-r--r-- | archivers/fastjar/patches/patch-ad | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/archivers/fastjar/patches/patch-ad b/archivers/fastjar/patches/patch-ad new file mode 100644 index 00000000000..4e31a28be35 --- /dev/null +++ b/archivers/fastjar/patches/patch-ad @@ -0,0 +1,9 @@ +--- jartool.c.orig 2005-07-22 14:15:00.000000000 +0000 ++++ jartool.c 2005-07-22 14:15:09.000000000 +0000 +@@ -171,6 +171,4 @@ + +-extern int errno; +- + void usage(char*); + void add_entry(struct zipentry *); + void init_headers(); |