NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: xsrc/56021: /usr/bin/resize does not work
The following reply was made to PR xsrc/56021; it has been noted by GNATS.
From: Rin Okuyama <rokuyama.rk%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost, matthew green <mrg%eterna.com.au@localhost>
Cc:
Subject: Re: xsrc/56021: /usr/bin/resize does not work
Date: Fri, 26 Feb 2021 13:45:35 +0900
Guess from
diff -pu xsrc/external/mit/xterm/dist/resize.c src/usr.bin/resize/resize.c
is, this is due to missing ``#if defined(USE_STRUCT_WINSIZE)'' block,
which was removed by hand. This macro is originally defined in xterm_io.h.
I don't think having such a modified copy of resize(1) in src/usr.bin
is a good idea. I'd prefer restoring original version rather than
fixing this one.
Thanks,
rin
Home |
Main Index |
Thread Index |
Old Index