diff options
| author | David Schultz <das@FreeBSD.org> | 2009-03-08 06:14:33 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2009-03-08 06:14:33 +0000 |
| commit | bb2a335b357998f8ec0bcaba58cef60ffd7b4ea5 (patch) | |
| tree | 34bde5d732e5619d37e86676e241408b9e58f8ab /sys/gnu/fs | |
| parent | ebf7581e4d386a4d1e15b858e7b99088be1c05e7 (diff) | |
Notes
Diffstat (limited to 'sys/gnu/fs')
| -rw-r--r-- | sys/gnu/fs/reiserfs/reiserfs_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/reiserfs/reiserfs_fs.h b/sys/gnu/fs/reiserfs/reiserfs_fs.h index b33995fa9fdd..3c41563ab0af 100644 --- a/sys/gnu/fs/reiserfs/reiserfs_fs.h +++ b/sys/gnu/fs/reiserfs/reiserfs_fs.h @@ -1216,7 +1216,7 @@ const struct key *get_lkey(const struct path *p_s_chk_path, const struct reiserfs_sb_info *p_s_sbi); const struct key *get_rkey(const struct path *p_s_chk_path, const struct reiserfs_sb_info *p_s_sbi); -inline int bin_search(const void * p_v_key, const void * p_v_base, +int bin_search(const void * p_v_key, const void * p_v_base, int p_n_num, int p_n_width, int * p_n_pos); void pathrelse(struct path *p_s_search_path); |
