diff options
author | chip <chip> | 2000-02-26 08:51:50 +0000 |
---|---|---|
committer | chip <chip> | 2000-02-26 08:51:50 +0000 |
commit | ab31307c4e93c0d8e3f9868d3b79d009096236c1 (patch) | |
tree | cf710552bc45006d305bd87b7fc9eb5576141507 | |
parent | b4080e866ea058fb93e76f845689dae4f17ad559 (diff) | |
download | nfs-utils-ab31307c4e93c0d8e3f9868d3b79d009096236c1.tar.gz nfs-utils-ab31307c4e93c0d8e3f9868d3b79d009096236c1.tar.xz nfs-utils-ab31307c4e93c0d8e3f9868d3b79d009096236c1.zip |
Line number fix to xungetc.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-02-26 Chip Salzenberg <chip@valinux.com> + + * support/nfs/xio.c (xungetc): Decrement line number when + character to unget is newline. Make first parameter int, so + it can distinguish EOF from \377. + * support/include/xio.h (xungetc): Adjust prototype. + Fri Feb 4 23:42:23 EST 2000 Neil Brown <neilb@cse.unsw.edu.au> * support/include/nfs/export.h: added NFSEXP_NOAUTHNLM |