From: Markus Rost Date: Mon, 9 Sep 2002 21:37:28 +0000 (+0000) Subject: Fix typo. Add comment. X-Git-Tag: ttn-vms-21-2-B4~13294 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e986c1753844f251cb1dcba9d0d323cdd39901be;p=emacs.git Fix typo. Add comment. --- 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 + + * s/sol2-6.h: Fix typo. Add comment. + 2002-09-09 Richard M. Stallman * 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