From owner-cvs-sys Thu Nov 9 00:41:35 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA27088 for cvs-sys-outgoing; Thu, 9 Nov 1995 00:41:35 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA27079 ; Thu, 9 Nov 1995 00:41:28 -0800 Date: Thu, 9 Nov 1995 00:41:28 -0800 From: Bruce Evans Message-Id: <199511090841.AAA27079@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/gnu/ext2fs ext2_extern.h ext2_inode_cnv.c ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_vfsops.c i386-bitops.h Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk bde 95/11/09 00:41:27 Modified: sys/gnu/ext2fs ext2_extern.h ext2_inode_cnv.c ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_vfsops.c i386-bitops.h Log: 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.