diff options
| author | mycroft <mycroft@NetBSD.org> | 1998-07-25 04:34:12 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1998-07-25 04:34:12 +0000 |
| commit | d005dcbce0e554ab5c1e73473cc04dbb31ea2a7b (patch) | |
| tree | 9b8413d05b00af5bb6b4397faa702ea7e32c4cee /lib/csu/common_aout | |
| parent | 1b12566fa8c0a8341d99415e7b815fcbbf28a9a7 (diff) | |
Don't pull in param.h (and therefore don't pull in unistd.h).
Diffstat (limited to 'lib/csu/common_aout')
| -rw-r--r-- | lib/csu/common_aout/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/common_aout/common.h b/lib/csu/common_aout/common.h index 65086f9e670..8fb8a9aea68 100644 --- a/lib/csu/common_aout/common.h +++ b/lib/csu/common_aout/common.h @@ -1,4 +1,4 @@ -/* $NetBSD: common.h,v 1.8 1998/07/25 04:23:44 mycroft Exp $ */ +/* $NetBSD: common.h,v 1.9 1998/07/25 04:34:12 mycroft Exp $ */ /* * Copyright (c) 1993,1995 Paul Kranenburg @@ -65,7 +65,7 @@ static int _strncmp __P((char *, char *, int)); #ifdef sun #define LDSO "/usr/lib/ld.so" #endif -#ifdef BSD +#ifdef __NetBSD__ #define LDSO "/usr/libexec/ld.so" #endif |
