diff options
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | src/s/sol2-6.h | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1165786df57..faf995354ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-09-09 Markus Rost <rost@math.ohio-state.edu> + + * s/sol2-6.h: Fix typo. Add comment. + 2002-09-09 Richard M. Stallman <rms@gnu.org> * regex.c (regnum_t): Use signed int, not unsigned int. diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h index 44b008110e5..7262415d07c 100644 --- a/src/s/sol2-6.h +++ b/src/s/sol2-6.h @@ -1,4 +1,6 @@ -#include "sol2-6.h" +/* Handle Solaris 2.6. */ + +#include "sol2-5.h" #undef UNEXEC #define UNEXEC unexsol.o |