(unexec): Add casts for some comparisons.
[bpt/emacs.git] / src / m / iris4d.h
index e90381d..06a5e57 100644 (file)
@@ -5,7 +5,7 @@ This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -141,15 +141,19 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    in which crt1.o and crt1.n should be used.  */
 #define HAVE_CRTN
 
+/* When you *do* link with -lbsd, you *still* get System V getpgrp, unless:
+   you define _BSD_COMPAT, -or- you call `BSDgetpgrp' explicitly.
+   Emacs does the latter.  */
+
 #ifdef HAVE_CRTN
 /* Must define START-FILES so that the linker can find /usr/lib/crt0.o.  */
 #define START_FILES pre-crt0.o /usr/lib/crt1.o
-#define LIB_STANDARD -lbsd -lc /usr/lib/crtn.o
+#define LIB_STANDARD -lc /usr/lib/crtn.o
 #else
 #define START_FILES pre-crt0.o /usr/lib/crt0.o
 /* The entry-point label (start of text segment) is `start', not `__start'.  */
 #define DEFAULT_ENTRY_ADDRESS start
-#define LIB_STANDARD -lbsd -lc
+#define LIB_STANDARD -lc
 #endif
 \f
 /* Use terminfo instead of termcap.  */