aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-27 14:28:51 -0700
committerDan Nicolaescu2010-06-27 14:28:51 -0700
commitbbc803b0bc876ed1f548cdbfc20fd819a430f0ac (patch)
tree4272e2bc0cb078e627dca620c78612cc460af046 /src/s
parent2286174ec6dd3d19ebb6ae58e6611eb5d5967499 (diff)
downloademacs-bbc803b0bc876ed1f548cdbfc20fd819a430f0ac.tar.gz
emacs-bbc803b0bc876ed1f548cdbfc20fd819a430f0ac.zip
* src/s/freebsd.h (BSD4_2): Remove redundant definition.
bsd-common.h defines it already.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/freebsd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index 2b53ec0413f..f8d88342621 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -25,9 +25,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
25/* Get most of the stuff from bsd-common */ 25/* Get most of the stuff from bsd-common */
26#include "bsd-common.h" 26#include "bsd-common.h"
27 27
28/* For mem-limits.h. */
29#define BSD4_2
30
31#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) 28#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
32 29
33#define HAVE_GETLOADAVG 1 30#define HAVE_GETLOADAVG 1