summaryrefslogtreecommitdiffstats
path: root/usr.bin/head/Makefile
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2007-01-11 17:03:51 +0000
committerbrooks <brooks@FreeBSD.org>2007-01-11 17:03:51 +0000
commitfa972955217712cc70fc90adcd8f63c15912f2ea (patch)
tree507d7058d23488cd6476d15ef508639a3109623d /usr.bin/head/Makefile
parent3b33e7a4f8cd8647568dff5c14610900eb48da44 (diff)
downloadFreeBSD-src-fa972955217712cc70fc90adcd8f63c15912f2ea.zip
FreeBSD-src-fa972955217712cc70fc90adcd8f63c15912f2ea.tar.gz
Fix head -c ### where ### is greater than 2^31. Unlike the submitted
patch this uses off_t. WARNSify and add $FreeBSD$ to Makefile. PR: bin/107824 Submitted by: Brian Cornell <briancornell at earthlink dot net> MFC after: 3 days
Diffstat (limited to 'usr.bin/head/Makefile')
-rw-r--r--usr.bin/head/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/head/Makefile b/usr.bin/head/Makefile
index b0b911e..002b3f3 100644
--- a/usr.bin/head/Makefile
+++ b/usr.bin/head/Makefile
@@ -1,5 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= head
+WARNS= 6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud