Source-Changes-HG archive

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

[src/trunk]: src/sys/kern No need for these prototypes here.



details:   https://anonhg.NetBSD.org/src/rev/ec3ce82db11d
branches:  trunk
changeset: 750328:ec3ce82db11d
user:      elad <elad%NetBSD.org@localhost>
date:      Fri Dec 25 18:51:41 2009 +0000

description:
No need for these prototypes here.

diffstat:

 sys/kern/kern_fileassoc.c |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r df82e251154a -r ec3ce82db11d sys/kern/kern_fileassoc.c
--- a/sys/kern/kern_fileassoc.c Fri Dec 25 03:13:43 2009 +0000
+++ b/sys/kern/kern_fileassoc.c Fri Dec 25 18:51:41 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_fileassoc.c,v 1.31 2008/05/05 17:11:17 ad Exp $ */
+/* $NetBSD: kern_fileassoc.c,v 1.32 2009/12/25 18:51:41 elad Exp $ */
 
 /*-
  * Copyright (c) 2006 Elad Efrat <elad%NetBSD.org@localhost>
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_fileassoc.c,v 1.31 2008/05/05 17:11:17 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_fileassoc.c,v 1.32 2009/12/25 18:51:41 elad Exp $");
 
 #include "opt_fileassoc.h"
 
@@ -50,12 +50,6 @@
 
 #define        FILEASSOC_INITIAL_TABLESIZE     128
 
-static struct fileassoc_hash_entry *
-fileassoc_file_lookup(struct vnode *, fhandle_t *);
-static struct fileassoc_hash_entry *
-fileassoc_file_add(struct vnode *, fhandle_t *);
-static struct fileassoc_table *fileassoc_table_resize(struct fileassoc_table *);
-
 static specificdata_domain_t fileassoc_domain;
 static specificdata_key_t fileassoc_mountspecific_key;
 static ONCE_DECL(control);



Home | Main Index | Thread Index | Old Index