summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2011-07-08 08:26:42 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2011-07-08 08:26:42 +0000
commit0862b1eef08fddca9627bed690963cd6d39f139e (patch)
tree013d96db99aef19755e74b57944b2f4a67ebab6f /sys/ufs/ext2fs
parent5eb16bed8c5763bf167ca2cb4509b4118a55e243 (diff)
ansi, no binary change
Diffstat (limited to 'sys/ufs/ext2fs')
-rw-r--r--sys/ufs/ext2fs/ext2fs_dir.h5
1 files changed, 2 insertions, 3 deletions
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):