diff options
Diffstat (limited to 'src')
| -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 @@ | |||
| 1 | 2002-09-09 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * s/sol2-6.h: Fix typo. Add comment. | ||
| 4 | |||
| 1 | 2002-09-09 Richard M. Stallman <rms@gnu.org> | 5 | 2002-09-09 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * regex.c (regnum_t): Use signed int, not unsigned int. | 7 | * 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 @@ | |||
| 1 | #include "sol2-6.h" | 1 | /* Handle Solaris 2.6. */ |
| 2 | |||
| 3 | #include "sol2-5.h" | ||
| 2 | 4 | ||
| 3 | #undef UNEXEC | 5 | #undef UNEXEC |
| 4 | #define UNEXEC unexsol.o | 6 | #define UNEXEC unexsol.o |