diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2011-02-28 14:48:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2011-02-28 14:48:00 +0000 |
| commit | 2f203e818f898ba9cbee9d497ded5fb4d454c197 (patch) | |
| tree | d25665473892cd2b73ad7c9f230601781d41c291 | |
| parent | b633aa9451a649942331e2cf89e06bad35efddf8 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/fifolog/lib/fifolog_int.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fifolog/lib/fifolog_int.c b/usr.sbin/fifolog/lib/fifolog_int.c index f980f19fcdace..9d3b437b169df 100644 --- a/usr.sbin/fifolog/lib/fifolog_int.c +++ b/usr.sbin/fifolog/lib/fifolog_int.c @@ -56,7 +56,7 @@ static const char * fifolog_int_open_i(struct fifolog_file *f, const char *fname, int mode) { struct stat st; - unsigned u; + ssize_t u; int i; f->fd = open(fname, mode ? O_RDWR : O_RDONLY); |
