Module Name: src
Committed By: pooka
Date: Fri Feb 18 14:25:04 UTC 2011
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
uhm, put PF_LOCAL on the socketlist
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/lib/librumphijack/hijack.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librumphijack/hijack.c
diff -u src/lib/librumphijack/hijack.c:1.50 src/lib/librumphijack/hijack.c:1.51
--- src/lib/librumphijack/hijack.c:1.50 Fri Feb 18 13:04:52 2011
+++ src/lib/librumphijack/hijack.c Fri Feb 18 14:25:04 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: hijack.c,v 1.50 2011/02/18 13:04:52 pooka Exp $ */
+/* $NetBSD: hijack.c,v 1.51 2011/02/18 14:25:04 pooka Exp $ */
/*-
* Copyright (c) 2011 Antti Kantee. All Rights Reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: hijack.c,v 1.50 2011/02/18 13:04:52 pooka Exp $");
+__RCSID("$NetBSD: hijack.c,v 1.51 2011/02/18 14:25:04 pooka Exp $");
#define __ssp_weak_name(fun) _hijack_ ## fun
@@ -320,6 +320,7 @@
int pf;
const char *name;
} socketmap[] = {
+ { PF_LOCAL, "local" },
{ PF_INET, "inet" },
{ PF_LINK, "link" },
{ PF_ROUTE, "route" },