From 0862b1eef08fddca9627bed690963cd6d39f139e Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Fri, 8 Jul 2011 08:26:42 +0000 Subject: ansi, no binary change --- sys/ufs/ext2fs/ext2fs_dir.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/ufs/ext2fs') diff --git a/sys/ufs/ext2fs/ext2fs_dir.h b/sys/ufs/ext2fs/ext2fs_dir.h index cba7981e028..c4660f0aa0e 100644 --- a/sys/ufs/ext2fs/ext2fs_dir.h +++ b/sys/ufs/ext2fs/ext2fs_dir.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2fs_dir.h,v 1.7 2003/06/02 23:28:22 millert Exp $ */ +/* $OpenBSD: ext2fs_dir.h,v 1.8 2011/07/08 08:26:41 jsg Exp $ */ /* $NetBSD: ext2fs_dir.h,v 1.4 2000/01/28 16:00:23 bouyer Exp $ */ /* @@ -104,8 +104,7 @@ struct ext2fs_direct { static __inline__ u_int8_t inot2ext2dt(u_int16_t) __attribute__((__unused__)); static __inline__ u_int8_t -inot2ext2dt(type) - u_int16_t type; +inot2ext2dt(u_int16_t type) { switch(type) { case E2IFTODT(EXT2_IFIFO): -- cgit v1.2.3