Skip to content
Snippets Groups Projects
Commit 0ba0317e authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Port to places such as AIX 4.2 where char is an unsigned type.

parent 97b224f4
Branches
Tags
No related merge requests found
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
* Release 2.0.0. * 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. Port the test suite to OSF 3.0.
* src/server/testsuite/config/unix.exp (stty_init): Quote the ^ * src/server/testsuite/config/unix.exp (stty_init): Quote the ^
character. Some shells interpret it as a pipe. character. Some shells interpret it as a pipe.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment