diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/ufs/ext2fs/ext2fs_dir.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/ufs/ext2fs/ext2fs_dir.h')
-rw-r--r-- | sys/ufs/ext2fs/ext2fs_dir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ext2fs/ext2fs_dir.h b/sys/ufs/ext2fs/ext2fs_dir.h index 2fa12e3d62f..96ece747186 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.5 2001/09/18 00:25:59 art Exp $ */ +/* $OpenBSD: ext2fs_dir.h,v 1.6 2002/03/14 01:27:14 millert Exp $ */ /* $NetBSD: ext2fs_dir.h,v 1.4 2000/01/28 16:00:23 bouyer Exp $ */ /* @@ -105,7 +105,7 @@ struct ext2fs_direct { #define E2IFTODT(mode) (((mode) & 0170000) >> 12) -static __inline__ u_int8_t inot2ext2dt __P((u_int16_t)) +static __inline__ u_int8_t inot2ext2dt(u_int16_t) __attribute__((__unused__)); static __inline__ u_int8_t inot2ext2dt(type) |