Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/lua Remove strncat now that it is part of the ke...
details: https://anonhg.NetBSD.org/src/rev/8235c5d9b5d6
branches: trunk
changeset: 325525:8235c5d9b5d6
user: christos <christos%NetBSD.org@localhost>
date: Fri Dec 27 22:09:43 2013 +0000
description:
Remove strncat now that it is part of the kernel anyway.
diffstat:
sys/modules/lua/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r e6ea8fcabb81 -r 8235c5d9b5d6 sys/modules/lua/Makefile
--- a/sys/modules/lua/Makefile Fri Dec 27 21:33:46 2013 +0000
+++ b/sys/modules/lua/Makefile Fri Dec 27 22:09:43 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2013/12/02 06:07:22 lneto Exp $
+# $NetBSD: Makefile,v 1.6 2013/12/27 22:09:43 christos Exp $
.include "../Makefile.inc"
@@ -42,7 +42,6 @@
# Compatability code
SRCS+= strcspn.c \
- strncat.c \
strpbrk.c \
strspn.c
Home |
Main Index |
Thread Index |
Old Index