Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/tmux/usr.bin/tmux Use the libc version of strto...



details:   https://anonhg.NetBSD.org/src/rev/104172510450
branches:  trunk
changeset: 806032:104172510450
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 29 03:25:36 2015 +0000

description:
Use the libc version of strtonum.c (Kamil Rytarowski)

diffstat:

 external/bsd/tmux/usr.bin/tmux/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r aefdecc3acf8 -r 104172510450 external/bsd/tmux/usr.bin/tmux/Makefile
--- a/external/bsd/tmux/usr.bin/tmux/Makefile   Thu Jan 29 02:59:17 2015 +0000
+++ b/external/bsd/tmux/usr.bin/tmux/Makefile   Thu Jan 29 03:25:36 2015 +0000
@@ -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+=                forkpty-hpux.c
 SRCS+=         imsg-buffer.c
 SRCS+=         imsg.c
-SRCS+=         strtonum.c
 #SRCS+=                unvis.c
 #SRCS+=                vis.c
 



Home | Main Index | Thread Index | Old Index