diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2010-08-14 14:34:36 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2010-08-14 14:34:36 +0000 |
| commit | bbb2703b4f46b37bd7f24c5c293cf2108f029f4e (patch) | |
| tree | 8aa22a76cb1718df0d484eefe5706aa137dc3d00 /lib/libutil/libutil.h | |
| parent | e8dabfbea966b8f84a63fcf25b595765ff12e620 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/libutil.h')
| -rw-r--r-- | lib/libutil/libutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index 5b7ffad0a447..3d8f59e26f17 100644 --- a/lib/libutil/libutil.h +++ b/lib/libutil/libutil.h @@ -109,7 +109,7 @@ int forkpty(int *_amaster, char *_name, struct termios *_termp, struct winsize *_winp); int humanize_number(char *_buf, size_t _len, int64_t _number, const char *_suffix, int _scale, int _flags); -int expand_number(const char *_buf, int64_t *_num); +int expand_number(const char *_buf, uint64_t *_num); const char *uu_lockerr(int _uu_lockresult); int uu_lock(const char *_ttyname); int uu_unlock(const char *_ttyname); |
