kernel/libkern: Add strncat() to libkern.
authorSascha Wildner <saw@online.de>
Thu, 9 Oct 2014 10:24:10 +0000 (12:24 +0200)
committerSascha Wildner <saw@online.de>
Thu, 9 Oct 2014 10:24:10 +0000 (12:24 +0200)
commit0579811519e2fb6eb6ea684c6d81c78f3293db7d
treed538e1be45a59292e617c9da30bd15ce3d18473c
parentc0524796f4b4c8856b58df0f08f9ece9a5951502
kernel/libkern: Add strncat() to libkern.

In preparation for switching ACPI over to using various of our
kernel functions instead of its own versions.

Taken from libc.
sys/conf/files
sys/libkern/strncat.c [new file with mode: 0644]
sys/sys/libkern.h