summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tail/extern.h')
-rw-r--r--usr.bin/tail/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tail/extern.h b/usr.bin/tail/extern.h
index cdf6929..8c549a9 100644
--- a/usr.bin/tail/extern.h
+++ b/usr.bin/tail/extern.h
@@ -52,8 +52,8 @@ struct mapinfo {
enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE };
-void forward __P((FILE *, enum STYLE, long, struct stat *));
-void reverse __P((FILE *, enum STYLE, long, struct stat *));
+void forward __P((FILE *, enum STYLE, off_t, struct stat *));
+void reverse __P((FILE *, enum STYLE, off_t, struct stat *));
int bytes __P((FILE *, off_t));
int lines __P((FILE *, off_t));
OpenPOWER on IntegriCloud