summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_node.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-03 17:14:38 +0000
committerbde <bde@FreeBSD.org>1995-12-03 17:14:38 +0000
commit74fff1ae895ae3def1dbed7a222f33cfd91d1c08 (patch)
tree35669fdc86bcce3106b8953fb6d088edab5cb106 /sys/isofs/cd9660/cd9660_node.c
parent7d54fff460aa976d599a5456a3b7f53c7e5020ee (diff)
downloadFreeBSD-src-74fff1ae895ae3def1dbed7a222f33cfd91d1c08.zip
FreeBSD-src-74fff1ae895ae3def1dbed7a222f33cfd91d1c08.tar.gz
Added prototypes.
cd9660_rrip.c: Added lots of bogus casts to hide type errors exposed by the prototypes. (Different structs are assumed to have a common prefix.) cd9660_vnops.c: Finished staticizing.
Diffstat (limited to 'sys/isofs/cd9660/cd9660_node.c')
-rw-r--r--sys/isofs/cd9660/cd9660_node.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_node.c b/sys/isofs/cd9660/cd9660_node.c
index 7b321a7..e0cea29 100644
--- a/sys/isofs/cd9660/cd9660_node.c
+++ b/sys/isofs/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.10 1995/03/16 18:12:15 bde Exp $
+ * $Id: cd9660_node.c,v 1.11 1995/05/30 08:04:59 rgrimes Exp $
*/
#include <sys/param.h>
@@ -80,6 +80,8 @@ union iso_dhead {
} iso_dhead[DNOHSZ];
#endif
+static unsigned cd9660_chars2ui __P((unsigned char *begin, int len));
+
/*
* Initialize hash links for inodes and dnodes.
*/
OpenPOWER on IntegriCloud