diff options
author | algernon <algernon> | 2002-04-25 13:22:34 +0000 |
---|---|---|
committer | algernon <algernon> | 2002-04-25 13:22:34 +0000 |
commit | 92923495a84f5ad04aa8120fbdfd9bdf27eec0d8 (patch) | |
tree | 24b61043c96ede4192b8c1edfabfb88c3e671fd0 /ChangeLog | |
parent | 0baad694c569894bc6ecaf8c96a2d478a6b59f40 (diff) | |
download | ratpoison-92923495a84f5ad04aa8120fbdfd9bdf27eec0d8.zip |
2002-04-25 Gergely Nagy <algernon@debian.org>
* src/actions.c: include <strings.h>
include setenv implementation if HAVE_SETENV is not set,
OR setenv is not defined (removes a compiler warning on
AIX)
* src/events.c: include <strings.h>
* src/getopt.c: include <strings.h>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-04-25 Gergely Nagy <algernon@debian.org> + + * src/actions.c: include <strings.h> + include setenv implementation if HAVE_SETENV is not set, + OR setenv is not defined (removes a compiler warning on + AIX) + * src/events.c: include <strings.h> + * src/getopt.c: include <strings.h> + 2002-03-13 Shawn Betts <sabetts@vcn.bc.ca> * src/actions.c (cmd_nextscreen): An error message is displayed |