Module Name:    src
Committed By:   elad
Date:           Fri Dec 25 18:51:41 UTC 2009

Modified Files:
        src/sys/kern: kern_fileassoc.c

Log Message:
No need for these prototypes here.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/kern/kern_fileassoc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/kern_fileassoc.c
diff -u src/sys/kern/kern_fileassoc.c:1.31 src/sys/kern/kern_fileassoc.c:1.32
--- src/sys/kern/kern_fileassoc.c:1.31	Mon May  5 17:11:17 2008
+++ src/sys/kern/kern_fileassoc.c	Fri Dec 25 18:51:41 2009
@@ -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 <[email protected]>
@@ -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);

Reply via email to