summaryrefslogtreecommitdiff
path: root/math/oleo/files/patch-src_io-term.c
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-23 16:25:35 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-23 16:25:35 +0000
commit0b70cc11ffd8c2dce5ad58d94d3a93062dd16caa (patch)
treef47957c34b21b51f26e3ff794dc0b0cca87973af /math/oleo/files/patch-src_io-term.c
parentnet/tcpkali: document ncurses requirement (diff)
math/oleo: document ncurses and remove extern errno
While here, regenerate all patches with makepatch
Notes
Notes: svn path=/head/; revision=420708
Diffstat (limited to 'math/oleo/files/patch-src_io-term.c')
-rw-r--r--math/oleo/files/patch-src_io-term.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/oleo/files/patch-src_io-term.c b/math/oleo/files/patch-src_io-term.c
index d0374732df68..225eacc87989 100644
--- a/math/oleo/files/patch-src_io-term.c
+++ b/math/oleo/files/patch-src_io-term.c
@@ -1,5 +1,5 @@
---- src/io-term.c.orig 2014-02-14 10:32:37.000000000 +0100
-+++ src/io-term.c 2014-02-14 10:32:58.000000000 +0100
+--- src/io-term.c.orig 2001-02-13 23:38:06 UTC
++++ src/io-term.c
@@ -1,7 +1,7 @@
/*
* $Id: io-term.c,v 1.51 2001/02/13 23:38:06 danny Exp $
@@ -9,7 +9,7 @@
*
* This file is part of Oleo, the GNU Spreadsheet.
*
-@@ -220,6 +220,7 @@
+@@ -220,6 +220,7 @@ do_set_option (char *ptr)
{
int set_opt = 1;
int i, l;
@@ -17,7 +17,7 @@
char *p;
while (*ptr == ' ')
-@@ -234,9 +235,11 @@
+@@ -234,9 +235,11 @@ do_set_option (char *ptr)
if (Preferences[i].copynext) {
ptr += strlen(Preferences[i].name) + 1;
@@ -32,7 +32,7 @@
if (Preferences[i].cont == 0)
return 1;
-@@ -1023,7 +1026,7 @@
+@@ -1023,7 +1026,7 @@ main (int argc, char **argv)
case 'v':
case 'V':
printf(_("%s %s\n"), GNU_PACKAGE, VERSION);