Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librumphijack uhm, put PF_LOCAL on the socketlist



details:   https://anonhg.NetBSD.org/src/rev/acc9f0e66302
branches:  trunk
changeset: 762262:acc9f0e66302
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Feb 18 14:25:04 2011 +0000

description:
uhm, put PF_LOCAL on the socketlist

diffstat:

 lib/librumphijack/hijack.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 7ba33c24e980 -r acc9f0e66302 lib/librumphijack/hijack.c
--- a/lib/librumphijack/hijack.c        Fri Feb 18 13:56:58 2011 +0000
+++ b/lib/librumphijack/hijack.c        Fri Feb 18 14:25:04 2011 +0000
@@ -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" },



Home | Main Index | Thread Index | Old Index