From aded75dcc7f6064842d12a20701f44cece2752ec Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 9 Nov 1995 08:41:25 +0000 Subject: ext2_inode_cnv.c: Included and its prerequisite , and cleaned up includes. The vop_t changes made the non-inclusion of vnode.h fatal instead of just sloppy. i386_bitops.h: Changed `extern inline' to `static inline'. `extern inline' is a Linuxism that stops things from compiling without -O. Fixed idempotency identifier. Misc: Added prototypes. Staticized some functions so that prototypes are unnecessary. Added casts. Cleaned up includes. --- sys/gnu/fs/ext2fs/ext2_inode_cnv.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sys/gnu/fs/ext2fs/ext2_inode_cnv.c') diff --git a/sys/gnu/fs/ext2fs/ext2_inode_cnv.c b/sys/gnu/fs/ext2fs/ext2_inode_cnv.c index 8d043bc..2f723d4 100644 --- a/sys/gnu/fs/ext2fs/ext2_inode_cnv.c +++ b/sys/gnu/fs/ext2fs/ext2_inode_cnv.c @@ -24,10 +24,12 @@ /* * routines to convert on disk ext2 inodes in dinodes and back */ -#include -#include -#include +#include #include +#include +#include +#include + #include #include -- cgit v1.1