diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-21 00:09:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-21 00:09:21 +0000 |
commit | 58dfa32dfb713d4e3007707a08545d7cb4b260f6 (patch) | |
tree | 29203461a1397b05f692e94feda8d1cb08974f52 /sys/netinet/ip_ipsp.h | |
parent | 049ba3e9549dd5fa08b2966376f4e220b4145fad (diff) |
u_int32_t changes, need testing
Diffstat (limited to 'sys/netinet/ip_ipsp.h')
-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 a6a0a14a35c..53b42ab198d 100644 --- a/sys/netinet/ip_ipsp.h +++ b/sys/netinet/ip_ipsp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.h,v 1.5 1997/06/20 05:41:53 provos Exp $ */ +/* $OpenBSD: ip_ipsp.h,v 1.6 1997/06/21 00:09:19 deraadt Exp $ */ /* * The author of this code is John Ioannidis, ji@tla.org, @@ -110,7 +110,7 @@ extern int encdebug; struct tdb *tdbh[TDB_HASHMOD]; extern struct xformsw xformsw[], *xformswNXFORMSW; -extern struct tdb *gettdb(u_long, struct in_addr); +extern struct tdb *gettdb(u_int32_t, struct in_addr); extern void puttdb(struct tdb *); extern int tdb_delete(struct tdb *, int); |