diff -purN nf-hipac-0.9.1/nf-hipac-0.9.1.patch nf-hipac-0.9.1-2.6.14/nf-hipac-0.9.1.patch --- nf-hipac-0.9.1/nf-hipac-0.9.1.patch 2005-11-08 12:45:03.000000000 +0100 +++ nf-hipac-0.9.1-2.6.14/nf-hipac-0.9.1.patch 2005-11-08 12:58:13.000000000 +0100 @@ -13918,7 +13918,7 @@ diff -purN --exclude=.svn 2.6.13/net/ipv + hpproc_init(total_mem); + + /* enable netlink user communication */ -+ nfhp_sock = netlink_kernel_create(NLHP_PROTO, nlhp_data_ready); ++ nfhp_sock = netlink_kernel_create(NLHP_PROTO, 0, nlhp_data_ready, THIS_MODULE); + if (nfhp_sock == NULL) { + printk(KERN_ERR "nf_hipac: initialization failed: unable to " + "create kernel netlink socket\n");