diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-12-12 01:49:49 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-12-12 01:49:49 +0000 |
commit | 15c0f0c58bc4162933d065d8f4849ca9a98c5d7e (patch) | |
tree | da5c95cbac02e605423c145d53b0f61ddf0db384 /sbin/isakmpd/sysdep | |
parent | 4619cf54af73e542b3cf5ec2108b4d13f2f06a1a (diff) |
revert former patch, the correct solution is to not compile this file at all
for architectures without shlibs
Diffstat (limited to 'sbin/isakmpd/sysdep')
-rw-r--r-- | sbin/isakmpd/sysdep/openbsd/keynote_compat.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/isakmpd/sysdep/openbsd/keynote_compat.c b/sbin/isakmpd/sysdep/openbsd/keynote_compat.c index 9c67a028599..8a8c6aad64d 100644 --- a/sbin/isakmpd/sysdep/openbsd/keynote_compat.c +++ b/sbin/isakmpd/sysdep/openbsd/keynote_compat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: keynote_compat.c,v 1.2 2000/11/19 21:27:13 millert Exp $ */ +/* $OpenBSD: keynote_compat.c,v 1.3 2000/12/12 01:49:48 niklas Exp $ */ /* $EOM: keynote_compat.c,v 1.1 2000/10/15 19:18:26 niklas Exp $ */ /* @@ -35,13 +35,10 @@ * updating some kind of version preprocessor symbol we can test. * Provide weak functions that can be used if the libkeynote version * we link against miss them. - * XXX - Alpha does not currently support weak functions. */ -#ifndef __alpha__ #pragma weak kn_get_string=_kn_get_string #pragma weak kn_free_key=_kn_free_key -#endif /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) |