diff options
Diffstat (limited to 'runit/runit_lib.c')
-rw-r--r-- | runit/runit_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/runit_lib.c b/runit/runit_lib.c index fcb66c3db..295b45f09 100644 --- a/runit/runit_lib.c +++ b/runit/runit_lib.c | |||
@@ -382,7 +382,6 @@ int seek_set(int fd,seek_pos pos) | |||
382 | { | 382 | { |
383 | if (lseek(fd,(off_t) pos,SEEK_SET) == -1) return -1; return 0; | 383 | if (lseek(fd,(off_t) pos,SEEK_SET) == -1) return -1; return 0; |
384 | } | 384 | } |
385 | #endif | ||
386 | 385 | ||
387 | 386 | ||
388 | /*** str_chr.c ***/ | 387 | /*** str_chr.c ***/ |
@@ -402,3 +401,4 @@ unsigned str_chr(const char *s,int c) | |||
402 | } | 401 | } |
403 | return t - s; | 402 | return t - s; |
404 | } | 403 | } |
404 | #endif | ||