diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-08 15:13:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-08 15:13:32 +0000 |
commit | 8446bf4db7b411f6c64e2458fbe922936add3050 (patch) | |
tree | aa7104e824dc730ee860f803215b18c20575e25d /lib | |
parent | db5833474132929bee368d381817e043d22dc767 (diff) |
__alpha__, not alpha
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/nlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <sys/types.h> @@ -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; |