diff options
author | alfred <alfred@FreeBSD.org> | 2002-03-19 22:40:48 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-03-19 22:40:48 +0000 |
commit | 79061a930630646bcfae6d7f81cedda50705cfbb (patch) | |
tree | d808f6096e1d40f5089a77d9cf1abc15ee82a9fe /sys/gnu/ext2fs/ext2_subr.c | |
parent | 1446d094292532062a83b8dc4587f9b62a6120df (diff) | |
download | FreeBSD-src-79061a930630646bcfae6d7f81cedda50705cfbb.zip FreeBSD-src-79061a930630646bcfae6d7f81cedda50705cfbb.tar.gz |
Remove __P.
Diffstat (limited to 'sys/gnu/ext2fs/ext2_subr.c')
-rw-r--r-- | sys/gnu/ext2fs/ext2_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_subr.c b/sys/gnu/ext2fs/ext2_subr.c index fc8b623..5401efe 100644 --- a/sys/gnu/ext2fs/ext2_subr.c +++ b/sys/gnu/ext2fs/ext2_subr.c @@ -60,7 +60,7 @@ #include "opt_ddb.h" #ifdef DDB -void ext2_checkoverlap __P((struct buf *, struct inode *)); +void ext2_checkoverlap(struct buf *, struct inode *); #endif /* |