mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
457 B
Plaintext
14 lines
457 B
Plaintext
$NetBSD: patch-ak,v 1.1 2003/10/10 12:56:18 agc Exp $
|
|
|
|
--- pf_key_v2.c 2003/10/05 02:13:46 1.1
|
|
+++ pf_key_v2.c 2003/10/05 02:14:11
|
|
@@ -747,7 +747,7 @@
|
|
spirange.sadb_spirange_max = 0xffffffff;
|
|
}
|
|
spirange.sadb_spirange_reserved = 0;
|
|
- if (pf_key_v2_msg_add (getspi, (struct sadb_ext *)&spirange, 0) == -1)
|
|
+ if (pf_key_v2_msg_add (getspi, (struct sadb_ext *)(void *)&spirange, 0) == -1)
|
|
goto cleanup;
|
|
|
|
ret = pf_key_v2_call (getspi);
|