diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-02-25 14:14:32 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-02-25 14:14:32 +0000 |
commit | 254576a2255057cdc1ac8684af6733e6f7b8a0a0 (patch) | |
tree | e5bc47633957f9d3692a2d516ccb4bcf653bc944 /sbin/isakmpd/udp.h | |
parent | b0d52f478adb81b269652ad5985305ccf04d4f44 (diff) |
Zap -P option. It has never done anything. While there tweak descripton of
-N.
zap -P ok ho@
Diffstat (limited to 'sbin/isakmpd/udp.h')
-rw-r--r-- | sbin/isakmpd/udp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/isakmpd/udp.h b/sbin/isakmpd/udp.h index dd91a6ce7e4..f3e2a6cf96d 100644 --- a/sbin/isakmpd/udp.h +++ b/sbin/isakmpd/udp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: udp.h,v 1.10 2004/08/03 10:54:09 ho Exp $ */ +/* $OpenBSD: udp.h,v 1.11 2005/02/25 14:14:31 hshoexer Exp $ */ /* $EOM: udp.h,v 1.4 1998/12/22 02:23:43 niklas Exp $ */ /* @@ -33,7 +33,6 @@ #define _UDP_H_ extern char *udp_default_port; -extern char *udp_bind_port; extern int bind_family; #define BIND_FAMILY_INET4 0x0001 |