Date: Thu, 9 Nov 1995 00:41:28 -0800 From: Bruce Evans <bde> 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 Message-ID: <199511090841.AAA27079@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sys/vnode.h> and its prerequisite <sys/proc.h>, 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511090841.AAA27079>
