summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660/cd9660_node.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-11-18 14:40:36 +0000
committerphk <phk@FreeBSD.org>1997-11-18 14:40:36 +0000
commit907dcc5c043baddb164e2c76f04097ea096b9c3a (patch)
treefa7c6d46d7eefbfb45c2ed27766ffd7a6ee8fff4 /sys/fs/cd9660/cd9660_node.c
parentc1b747455e5824f841ec627660f53ddd185a0fc2 (diff)
downloadFreeBSD-src-907dcc5c043baddb164e2c76f04097ea096b9c3a.zip
FreeBSD-src-907dcc5c043baddb164e2c76f04097ea096b9c3a.tar.gz
Staticize a few things.
Diffstat (limited to 'sys/fs/cd9660/cd9660_node.c')
-rw-r--r--sys/fs/cd9660/cd9660_node.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/cd9660/cd9660_node.c b/sys/fs/cd9660/cd9660_node.c
index 0ac56f8..8464191 100644
--- a/sys/fs/cd9660/cd9660_node.c
+++ b/sys/fs/cd9660/cd9660_node.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)cd9660_node.c 8.2 (Berkeley) 1/23/94
- * $Id: cd9660_node.c,v 1.20 1997/08/02 14:31:18 bde Exp $
+ * $Id: cd9660_node.c,v 1.21 1997/10/16 10:47:36 phk Exp $
*/
#include <sys/param.h>
@@ -60,7 +60,7 @@ u_long isohash;
#define INOHASH(device, inum) (((device) + ((inum)>>12)) & isohash)
struct simplelock cd9660_ihash_slock;
-
+static void cd9660_ihashrem __P((struct iso_node *));
static unsigned cd9660_chars2ui __P((unsigned char *begin, int len));
/*
@@ -131,7 +131,7 @@ cd9660_ihashins(ip)
/*
* Remove the inode from the hash table.
*/
-void
+static void
cd9660_ihashrem(ip)
register struct iso_node *ip;
{
OpenPOWER on IntegriCloud