emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/freebsd.h,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/s/freebsd.h,v
Date: Thu, 26 Jun 2008 04:25:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/06/26 04:24:54

Index: src/s/freebsd.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/freebsd.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- src/s/freebsd.h     7 May 2008 07:18:13 -0000       1.49
+++ src/s/freebsd.h     26 Jun 2008 04:24:47 -0000      1.50
@@ -40,19 +40,8 @@
 #define NO_SHARED_LIBS
 #endif
 
-
-#if 0 /* This much, alone, seemed sufficient as of 19.23.
-        But it seems better to be independent of netbsd.h.  */
-#include "netbsd.h"
-
-#undef LIB_GCC
-#define LIB_GCC -lgcc
-#undef NEED_ERRNO
-#endif /* 0 */
-
-
-/* Get most of the stuff from bsd4.3 */
-#include "bsd4-3.h"
+/* Get most of the stuff from bsd-common */
+#include "bsd-common.h"
 
 /* For mem-limits.h. */
 #define BSD4_2
@@ -161,7 +150,7 @@
    ioctl TIOCSCTTY.  */
 #define DONT_REOPEN_PTY
 
-/* CLASH_DETECTION is defined in bsd4-3.h.
+/* CLASH_DETECTION is defined in bsd-common.h.
    In FreeBSD 2.1.5 (and other 2.1.x), this results useless symbolic links
    remaining in /tmp or other directories with +t bit.
    To avoid this problem, you could #undef it to use no file lock. */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]