vi: remove workarounds for other systems

2014-11-10 Thread Martin Natano
There are two workarounds for a broken libc on linux, one for a missing MAXHOSTNAMELEN and one portable reimplementation of strsignal (with another name though). None of those are necessary for OpenBSD. See diff below. cheers, natano Index: common/exf.c

Re: vi: remove workarounds for other systems

2014-11-10 Thread Anthony J. Bentley
Martin Natano writes: Index: common/recover.c === RCS file: /cvs/src/usr.bin/vi/common/recover.c,v retrieving revision 1.15 diff -u -r1.15 recover.c --- common/recover.c 27 Oct 2009 23:59:47 - 1.15 +++

Re: vi: remove workarounds for other systems

2014-11-10 Thread Ted Unangst
On Mon, Nov 10, 2014 at 13:51, Anthony J. Bentley wrote: Martin Natano writes: Index: common/recover.c === RCS file: /cvs/src/usr.bin/vi/common/recover.c,v retrieving revision 1.15 diff -u -r1.15 recover.c --- common/recover.c