diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-14 21:04:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-14 21:04:37 +0000 |
commit | d53302acd5b899b77864d6772cfe94f9d016f836 (patch) | |
tree | 84520ee9ebdf1926eb9d9080b2318963df4bd438 /editors/joe2 | |
parent | c1dee6c0b3c591be5bb18a2880bec0b74e6f3860 (diff) | |
download | ports-d53302acd5b899b77864d6772cfe94f9d016f836.tar.gz ports-d53302acd5b899b77864d6772cfe94f9d016f836.zip |
Notes
Diffstat (limited to 'editors/joe2')
-rw-r--r-- | editors/joe2/files/patch-vs.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/joe2/files/patch-vs.c b/editors/joe2/files/patch-vs.c new file mode 100644 index 000000000000..324cbcab5835 --- /dev/null +++ b/editors/joe2/files/patch-vs.c @@ -0,0 +1,11 @@ +--- vs.c.orig Tue Oct 14 22:58:32 2003 ++++ vs.c Tue Oct 14 22:58:52 2003 +@@ -16,7 +16,7 @@ + JOE; see the file COPYING. If not, write to the Free Software Foundation, + 675 Mass Ave, Cambridge, MA 02139, USA. */ + +-#include <varargs.h> ++#include <stdarg.h> + #include "config.h" + #include "zstr.h" + #include "blocks.h" |