Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dist/pf/net Replace uidinfo.h with kauth.h, should fix p...
details: https://anonhg.NetBSD.org/src/rev/a2ee34b3888c
branches: trunk
changeset: 750412:a2ee34b3888c
user: elad <elad%NetBSD.org@localhost>
date: Wed Dec 30 19:47:15 2009 +0000
description:
Replace uidinfo.h with kauth.h, should fix problems observed by tron@.
diffstat:
sys/dist/pf/net/pf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 506eaab374dd -r a2ee34b3888c sys/dist/pf/net/pf.c
--- a/sys/dist/pf/net/pf.c Wed Dec 30 18:57:16 2009 +0000
+++ b/sys/dist/pf/net/pf.c Wed Dec 30 19:47:15 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pf.c,v 1.59 2009/12/30 16:49:02 elad Exp $ */
+/* $NetBSD: pf.c,v 1.60 2009/12/30 19:47:15 elad Exp $ */
/* $OpenBSD: pf.c,v 1.552.2.1 2007/11/27 16:37:57 henning Exp $ */
/*
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pf.c,v 1.59 2009/12/30 16:49:02 elad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pf.c,v 1.60 2009/12/30 19:47:15 elad Exp $");
#include "bpfilter.h"
#include "pflog.h"
@@ -57,7 +57,7 @@
#include <sys/rwlock.h>
#ifdef __NetBSD__
#include <sys/kthread.h>
-#include <sys/uidinfo.h>
+#include <sys/kauth.h>
#endif /* __NetBSD__ */
#include <net/if.h>
Home |
Main Index |
Thread Index |
Old Index