diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2001-06-25 23:18:09 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2001-06-25 23:18:09 +0000 |
commit | 69f743b20c3885303bc992212ffb925810a71899 (patch) | |
tree | 621ef6c7e28f7189b9ff37cb8cbfc2b91bbb2011 /sys | |
parent | 7e7e1f051b7338ae29cbdc6baa4b7a2dbcd51f87 (diff) |
damn greeks desperate for commits...
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/ip_ipsp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h index fa49e602e49..9e05c303244 100644 --- a/sys/netinet/ip_ipsp.h +++ b/sys/netinet/ip_ipsp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.h,v 1.108 2001/06/25 23:08:24 angelos Exp $ */ +/* $OpenBSD: ip_ipsp.h,v 1.109 2001/06/25 23:18:08 beck Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr), @@ -427,7 +427,7 @@ htonq(u_int64_t q) * special on some architectures, assuming it is always an spl lowering * operation). */ -#define spltdb plsoftnet +#define spltdb splsoftnet extern int encdebug; extern int ipsec_acl; |