diff options
author | John Polstra <jdp@FreeBSD.org> | 1998-08-31 20:01:48 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1998-08-31 20:01:48 +0000 |
commit | f55ccce3cae76f4b5ac701ae9eec4a3841f80ec2 (patch) | |
tree | 4a8c02c819558d8b355789b411ed4e435e1b2362 /crypto | |
parent | f90ea9ee53197a7b1b07bd5f7b69eaf8d6b04ebd (diff) | |
download | src-test2-f55ccce3cae76f4b5ac701ae9eec4a3841f80ec2.tar.gz src-test2-f55ccce3cae76f4b5ac701ae9eec4a3841f80ec2.zip |
Notes
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/kerberosIV/lib/krb/et_list.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/kerberosIV/lib/krb/et_list.c b/crypto/kerberosIV/lib/krb/et_list.c index 69d1c89ac39d..3e72b14cef79 100644 --- a/crypto/kerberosIV/lib/krb/et_list.c +++ b/crypto/kerberosIV/lib/krb/et_list.c @@ -44,7 +44,7 @@ #include "config.h" -RCSID("$Id: et_list.c,v 1.12 1997/05/13 09:45:01 bg Exp $"); +RCSID("$Id: et_list.c,v 1.1.1.1 1997/09/04 06:04:22 markm Exp $"); struct et_list { struct et_list *next; @@ -53,9 +53,6 @@ struct et_list { #if defined(__GNUC__) -#ifdef __FreeBSD__ -asm(".globl __et_list"); /* FreeBSD bug workaround */ -#endif struct et_list * _et_list __attribute__ ((weak)) = 0; #else /* !__GNUC__ */ |