[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/s/netbsd.h,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/s/netbsd.h,v |
Date: |
Sun, 20 Jul 2008 13:03:57 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/20 13:03:56
Index: src/s/netbsd.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/netbsd.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- src/s/netbsd.h 12 Jul 2008 05:31:23 -0000 1.49
+++ src/s/netbsd.h 20 Jul 2008 13:03:53 -0000 1.50
@@ -58,8 +58,6 @@
/* Netbsd has POSIX-style pgrp behavior. */
#undef BSD_PGRPS
-#define GETPGRP_NO_ARG
-
#if !defined (NO_SHARED_LIBS) && ! defined (__ELF__)
/* These definitions should work for either dynamic or static linking,
whichever is the default for `cc -nostdlib'. */
@@ -68,10 +66,6 @@
#define UNEXEC unexsunos4.o
#define RUN_TIME_REMAP
-/* Try to make this work for both 0.9 and >0.9. */
-#ifndef N_TRELOFF
-#define N_TRELOFF(x) N_RELOFF(x)
-#endif
#endif /* not NO_SHARED_LIBS and not ELF */
#if !defined (NO_SHARED_LIBS) && defined (__ELF__)