From 0ba0317e96dbfb0d51aa53e19669e0ae05097b7c Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sun, 27 Jun 1999 15:56:12 +0000 Subject: [PATCH] Port to places such as AIX 4.2 where char is an unsigned type. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3341abef5..936ee1766 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ * Release 2.0.0. + Port to places such as AIX 4.2 where char is an unsigned type. + * src/server/dbck.c (main): Use an int to store the return value + from getopt_long. + * src/server/dbck-cache.c (init_cache): Use an int to store the + return value from getc. + Port the test suite to OSF 3.0. * src/server/testsuite/config/unix.exp (stty_init): Quote the ^ character. Some shells interpret it as a pipe. -- GitLab