summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-09-08 15:13:32 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-09-08 15:13:32 +0000
commit8446bf4db7b411f6c64e2458fbe922936add3050 (patch)
treeaa7104e824dc730ee860f803215b18c20575e25d /lib
parentdb5833474132929bee368d381817e043d22dc767 (diff)
__alpha__, not alpha
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/nlist.c4
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;