diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-23 16:25:35 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-23 16:25:35 +0000 |
commit | 0b70cc11ffd8c2dce5ad58d94d3a93062dd16caa (patch) | |
tree | f47957c34b21b51f26e3ff794dc0b0cca87973af /math/oleo/files/patch-src_ref.c | |
parent | net/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_ref.c')
-rw-r--r-- | math/oleo/files/patch-src_ref.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/oleo/files/patch-src_ref.c b/math/oleo/files/patch-src_ref.c index f7e9c2a48953..12dc558afc5d 100644 --- a/math/oleo/files/patch-src_ref.c +++ b/math/oleo/files/patch-src_ref.c @@ -1,6 +1,6 @@ ---- src/ref.c.orig Wed Feb 14 08:38:06 2001 -+++ src/ref.c Sat Jul 19 13:51:39 2003 -@@ -263,7 +263,7 @@ +--- src/ref.c.orig 2001-02-13 23:38:06 UTC ++++ src/ref.c +@@ -263,7 +263,7 @@ char * read_new_value (CELLREF row, CELLREF col, char *form, char *val) { unsigned char *new_bytes; @@ -9,7 +9,7 @@ cur_row = row; cur_col = col; -@@ -348,7 +348,7 @@ +@@ -348,7 +348,7 @@ read_new_value (CELLREF row, CELLREF col else if (!stricmp (nname, val)) { SET_TYP (my_cell, TYP_FLT); |