From: Jim Meyering Date: Wed, 5 Feb 1997 04:07:17 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~261 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82575313533bdd8cefacb9090ab88e22ebcce09a;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 6488138414..9b7c100eb6 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,15 @@ +Tue Feb 4 22:03:13 1997 Jim Meyering + + * src/stty.c: Bracket inclusion of termios.h with #if HAVE_TERMIOS_H. + Masami Takikawa reported that NeXTStep 3.0 doesn't have termios.h. + * configure.in (AC_CHECK_HEADERS): Add termios.h. + Fri Jan 31 21:13:13 1997 Jim Meyering + * src/*.c (usage): Bracket bug-reporting address with <> and append + a period. + * src/*.sh: Likewise. + * src/*.c: Compare getopt_long return value against -1, not EOF. Use NULL, not `(int *) 0' as last parameter in getopt_long call.