Source-Changes-HG archive

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

[src/trunk]: src/sys/miscfs/kernfs Remove another KAME IPSEC residue, "struct...



details:   https://anonhg.NetBSD.org/src/rev/4f109796eec0
branches:  trunk
changeset: 797513:4f109796eec0
user:      hannken <hannken%NetBSD.org@localhost>
date:      Sun Jul 20 13:17:37 2014 +0000

description:
Remove another KAME IPSEC residue, "struct secasvar" and "struct secpolicy".

diffstat:

 sys/miscfs/kernfs/kernfs.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 9bbf1ea6653b -r 4f109796eec0 sys/miscfs/kernfs/kernfs.h
--- a/sys/miscfs/kernfs/kernfs.h        Sun Jul 20 11:33:31 2014 +0000
+++ b/sys/miscfs/kernfs/kernfs.h        Sun Jul 20 13:17:37 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kernfs.h,v 1.38 2014/07/17 08:21:34 hannken Exp $      */
+/*     $NetBSD: kernfs.h,v 1.39 2014/07/20 13:17:37 hannken Exp $      */
 
 /*
  * Copyright (c) 1992, 1993
@@ -123,9 +123,6 @@
 extern struct vfsops kernfs_vfsops;
 extern dev_t rrootdev;
 
-struct secasvar;
-struct secpolicy;
-
 int kernfs_root(struct mount *, struct vnode **);
 
 void kernfs_hashinit(void);



Home | Main Index | Thread Index | Old Index