[Top][All Lists]
[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, 10 Jul 2008 03:26:07 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/10 03:26:06
Index: s/freebsd.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/freebsd.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- s/freebsd.h 26 Jun 2008 04:24:47 -0000 1.50
+++ s/freebsd.h 10 Jul 2008 03:26:06 -0000 1.51
@@ -114,9 +114,6 @@
#define HAVE_WAIT_HEADER
#define HAVE_GETLOADAVG 1
-#if 0
-#define HAVE_GETPAGESIZE /* configure now puts this in config.h */
-#endif
#define HAVE_TERMIOS
#define NO_TERMIO
#define DECLARE_GETPWUID_WITH_UID_T
@@ -135,16 +132,6 @@
#define BSD_SYSTEM 199506
#endif
-#if 0 /* Shouldn't be necessary and produces warnings with the
- experimental Autoconf test. */
-#define WAITTYPE int
-/* get this since it won't be included if WAITTYPE is defined */
-#ifdef emacs
-#include <sys/wait.h>
-#endif
-#define WRETCODE(w) (_W_INT(w) >> 8)
-#endif
-
/* Don't close pty in process.c to make it as controlling terminal.
It is already a controlling terminal of subprocess, because we did
ioctl TIOCSCTTY. */
- [Emacs-diffs] Changes to emacs/src/s/freebsd.h,v,
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/src/s/freebsd.h,v, Dan Nicolaescu, 2008/07/10
- [Emacs-diffs] Changes to emacs/src/s/freebsd.h,v, Dan Nicolaescu, 2008/07/12
- [Emacs-diffs] Changes to emacs/src/s/freebsd.h,v, Dan Nicolaescu, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/s/freebsd.h,v, Dan Nicolaescu, 2008/07/20
- [Emacs-diffs] Changes to emacs/src/s/freebsd.h,v, Dan Nicolaescu, 2008/07/23