diff options
| author | christos <christos@NetBSD.org> | 2013-12-27 22:09:43 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2013-12-27 22:09:43 +0000 |
| commit | 12c96578c5d9b11b557a790ff6456ff978805fad (patch) | |
| tree | d360c7cda10a752ecbfa430614b3de282078daac /sys/modules/lua | |
| parent | 7b76e20bd8bbb0adee38efe70ea208db581479b3 (diff) | |
Remove strncat now that it is part of the kernel anyway.
Diffstat (limited to 'sys/modules/lua')
| -rw-r--r-- | sys/modules/lua/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/lua/Makefile b/sys/modules/lua/Makefile index f288d63ee70..8cf47997938 100644 --- a/sys/modules/lua/Makefile +++ b/sys/modules/lua/Makefile @@ -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 @@ SRCS+= lbaselib.c \ # Compatability code SRCS+= strcspn.c \ - strncat.c \ strpbrk.c \ strspn.c |
