summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2012-05-11 22:59:24 +0100
committerRichard Lowe <richlowe@richlowe.net>2012-05-11 22:59:24 +0100
commit979bfc6b3147fce227943f8095a6d30cb9f7870c (patch)
tree08c7f84352549623ecbff50a9285a909333e9213
parent0a49f0acd6427f9d299d5b4fe3792feaa7d20e34 (diff)
downloadillumos-gate-979bfc6b3147fce227943f8095a6d30cb9f7870c.tar.gz
2717 tail is not largefile aware
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
-rw-r--r--usr/src/cmd/tail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/tail/Makefile b/usr/src/cmd/tail/Makefile
index d1e2eda647..293920cfd1 100644
--- a/usr/src/cmd/tail/Makefile
+++ b/usr/src/cmd/tail/Makefile
@@ -23,7 +23,7 @@ SRCS= $(OBJS:%.o=%.c)
include ../Makefile.cmd
CLOBBERFILES= $(PROG)
-
+CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
C99MODE= -xc99=%all
C99LMODE= -Xc99=%all