diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-07 05:44:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-07 05:44:34 +0000 |
commit | b6419e6690b1dce43efea59a51b8b9bfb25a1a01 (patch) | |
tree | f4942d8f4da23e6d5b794a8cdf6e890db8128f6a /sys/netinet6 | |
parent | 55e31660764750d869cfa9c656c9f479f9473cca (diff) |
rename baddynamic() to in_baddynamic(), and export it
Diffstat (limited to 'sys/netinet6')
-rw-r--r-- | sys/netinet6/in6_pcb.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c index ec2a27b665e..a343f6a9eca 100644 --- a/sys/netinet6/in6_pcb.c +++ b/sys/netinet6/in6_pcb.c @@ -131,10 +131,6 @@ extern int ipport_hifirstauto; extern int ipport_hilastauto; #endif /* __OpenBSD__ */ -#if __OpenBSD__ -int in_baddynamic __P((u_int16_t, u_int16_t)); -#endif /* __OpenBSD__ */ - /* * Keep separate inet6ctlerrmap, because I may remap some of these. * I also put it here, because, quite frankly, it belongs here, not in |