diff options
author | 1998-09-08 15:13:31 +0000 | |
---|---|---|
committer | 1998-09-08 15:13:31 +0000 | |
commit | 50bb2335da580e7f94532b8596a070ce4a2ff2f8 (patch) | |
tree | f2268dc6182095594b04c7602b44e50347dc8f85 /lib/libc | |
parent | Fix comments in .mailrc where there is no space after the hash (#). Noted by pjanzen@foatdi.harvard.edu (diff) | |
download | wireguard-openbsd-50bb2335da580e7f94532b8596a070ce4a2ff2f8.tar.xz wireguard-openbsd-50bb2335da580e7f94532b8596a070ce4a2ff2f8.zip |
__alpha__, not alpha
Diffstat (limited to 'lib/libc')
-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; |