Rename s/usg5-4.h -> s/usg5-4-common.h.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 29 Jul 2010 18:34:39 +0000 (11:34 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 29 Jul 2010 18:34:39 +0000 (11:34 -0700)
* s/usg5-4.h: Rename file to ...
* src/s/usg5-4-common.h: ... this for consistency with what we do for BSD.
* src/s/unixware.h:
* src/s/sol2-6.h:
* src/s/irix6-5.h: Update includes accordingly.

src/ChangeLog
src/s/irix6-5.h
src/s/sol2-6.h
src/s/unixware.h
src/s/usg5-4-common.h [moved from src/s/usg5-4.h with 100% similarity]

index 2eb15cc..a3f0384 100644 (file)
@@ -1,3 +1,12 @@
+2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       Rename s/usg5-4.h -> s/usg5-4-common.h.
+       * s/usg5-4.h: Rename file to ...
+       * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
+       * s/unixware.h:
+       * s/sol2-6.h:
+       * s/irix6-5.h: Update includes accordingly.
+
 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
 
        * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
index e2b18b2..10481f6 100644 (file)
@@ -20,7 +20,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
 #define IRIX6_5                        /* used in m/iris4d */
-#include "usg5-4.h"
+#include "usg5-4-common.h"
 
 #undef _longjmp /* use system versions, not conservative aliases */
 #undef _setjmp
@@ -91,7 +91,7 @@ char *_getpty();
 
 #undef SA_RESTART
 
-#undef TIOCSIGSEND             /* defined in usg5-4.h */
+#undef TIOCSIGSEND             /* defined in usg5-4-common.h */
 
 /* Tested on Irix 6.5.  SCM worked on earlier versions.  */
 #define GC_SETJMP_WORKS 1
index f471909..3b707aa 100644 (file)
@@ -18,7 +18,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include "usg5-4.h"
+#include "usg5-4-common.h"
 
 #define SOLARIS2
 
@@ -34,7 +34,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define HAVE_LIBKSTAT
 #endif
 
-/* This is the same definition as in usg5-4.h, but with sigblock/sigunblock
+/* This is the same definition as in usg5-4-common.h, but with sigblock/sigunblock
    rather than sighold/sigrelse, which appear to be BSD4.1 specific.
    It may also be appropriate for SVR4.x
    (x<2) but I'm not sure.   fnf@cygnus.com */
index 864f097..ac989d4 100644 (file)
@@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
-#include "usg5-4.h"
+#include "usg5-4-common.h"
 
 /* fnf@cygnus.com says these exist.  */
 #define HAVE_TCATTR
@@ -28,7 +28,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #undef HAVE_SYSV_SIGPAUSE
 
-/* This is the same definition as in usg5-4.h, but with sigblock/sigunblock
+/* This is the same definition as in usg5-4-common.h, but with sigblock/sigunblock
    rather than sighold/sigrelse, which appear to be BSD4.1 specific.
    It may also be appropriate for SVR4.x
    (x<2) but I'm not sure.   fnf@cygnus.com */
similarity index 100%
rename from src/s/usg5-4.h
rename to src/s/usg5-4-common.h