[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: |
Thu, 10 Jul 2008 15:26:21 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/10 15:26:15
Index: src/s/netbsd.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/netbsd.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- src/s/netbsd.h 26 Jun 2008 04:24:49 -0000 1.47
+++ src/s/netbsd.h 10 Jul 2008 15:26:15 -0000 1.48
@@ -72,8 +72,6 @@
/* Try to make this work for both 0.9 and >0.9. */
#ifndef N_TRELOFF
-#define N_PAGSIZ(x) __LDPGSZ
-#define N_BSSADDR(x) (N_ALIGN(x, N_DATADDR(x)+x.a_data))
#define N_TRELOFF(x) N_RELOFF(x)
#endif
#endif /* not NO_SHARED_LIBS and not ELF */
- [Emacs-diffs] Changes to emacs/src/s/netbsd.h,v,
Dan Nicolaescu <=