aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-19 14:32:01 +0000
committerGerd Moellmann2000-04-19 14:32:01 +0000
commit69e82333d0bc170951acffdd885bc3bd2545f0a4 (patch)
tree693ccddfc781277bee5e6748634eaf74051041af /src
parent8bef35f23aa734ac385b5fd825623b9e7fc81afd (diff)
downloademacs-69e82333d0bc170951acffdd885bc3bd2545f0a4.tar.gz
emacs-69e82333d0bc170951acffdd885bc3bd2545f0a4.zip
(ORDINARY_LINK): Define for NetBSD.
Diffstat (limited to 'src')
-rw-r--r--src/m/macppc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/macppc.h b/src/m/macppc.h
index 0a62c514513..9f91930173b 100644
--- a/src/m/macppc.h
+++ b/src/m/macppc.h
@@ -74,7 +74,7 @@ Boston, MA 02111-1307, USA. */
74 74
75/* #define NO_SOCK_SIGIO */ 75/* #define NO_SOCK_SIGIO */
76 76
77#if defined(__NetBSD__) || defined(__OpenBSD__) 77#if defined(__OpenBSD__)
78#define ORDINARY_LINK 78#define ORDINARY_LINK
79#endif 79#endif
80 80