diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-08-03 15:25:54 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-08-03 15:25:54 +0000 |
commit | ae70c668c51e8cc935c3e0b56cb1909d408bb9ab (patch) | |
tree | 9bcbf11b31a809fa2e90dda842c78c53f5f3911b /archivers/lha/files/patch-lha.h | |
parent | - rename patch files (diff) |
- rename patch files
Notes
Notes:
svn path=/head/; revision=363911
Diffstat (limited to 'archivers/lha/files/patch-lha.h')
-rw-r--r-- | archivers/lha/files/patch-lha.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/lha/files/patch-lha.h b/archivers/lha/files/patch-lha.h new file mode 100644 index 000000000000..e1f9026a5abe --- /dev/null +++ b/archivers/lha/files/patch-lha.h @@ -0,0 +1,11 @@ +diff -ru src.orig/lha.h src/lha.h +--- src.orig/lha.h Thu Oct 5 10:35:38 2000 ++++ src/lha.h Sun May 11 00:31:53 2003 +@@ -11,6 +11,7 @@ + lharc.h interface.h slidehuf.h + */ + #include <stdio.h> ++#include <stdlib.h> + #include <errno.h> + #include <ctype.h> + #include <sys/types.h> |