Module Name: src
Committed By: christos
Date: Thu Jan 29 03:25:36 UTC 2015
Modified Files:
src/external/bsd/tmux/usr.bin/tmux: Makefile
Log Message:
Use the libc version of strtonum.c (Kamil Rytarowski)
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/bsd/tmux/usr.bin/tmux/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/tmux/usr.bin/tmux/Makefile
diff -u src/external/bsd/tmux/usr.bin/tmux/Makefile:1.13 src/external/bsd/tmux/usr.bin/tmux/Makefile:1.14
--- src/external/bsd/tmux/usr.bin/tmux/Makefile:1.13 Fri Jan 16 15:13:34 2015
+++ src/external/bsd/tmux/usr.bin/tmux/Makefile Wed Jan 28 22:25:36 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2015/01/16 20:13:34 christos Exp $
+# $NetBSD: Makefile,v 1.14 2015/01/29 03:25:36 christos Exp $
.include <bsd.own.mk>
@@ -143,7 +143,6 @@ SRCS+= utmp.c
#SRCS+= forkpty-hpux.c
SRCS+= imsg-buffer.c
SRCS+= imsg.c
-SRCS+= strtonum.c
#SRCS+= unvis.c
#SRCS+= vis.c