From 8446bf4db7b411f6c64e2458fbe922936add3050 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 8 Sep 1998 15:13:32 +0000 Subject: __alpha__, not alpha --- lib/libc/gen/nlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c index a44f82af6c8..59367e9fac4 100644 --- a/lib/libc/gen/nlist.c +++ b/lib/libc/gen/nlist.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: nlist.c,v 1.29 1998/09/07 03:23:55 millert Exp $"; +static char rcsid[] = "$OpenBSD: nlist.c,v 1.30 1998/09/08 15:13:31 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -205,7 +205,7 @@ __ecoff_fdnlist(fd, list) /* Read in the string table. */ if (Seek(fd, symhdr.cbSsExtOffset, SEEK_SET) == -1) BAD; -#ifdef alpha +#ifdef __alpha__ strsize = symhdr.estrMax; #else strsize = symhdr.sh_estrmax; -- cgit v1.2.3