Merge branch 'linux-libspl' into refs/top-bases/linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2008-12-10 14:44:01 -08:00
commit 2948fe19f6
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,6 @@
subdir-m += include
DISTFILES = list.c mkdirp.c strlcpy.c strlcat.c strnlen.c u8_textprep.c
DISTFILES = list.c mkdirp.c strlcpy.c strlcat.c strnlen.c
DISTFILES += u8_textprep.c getexecname.c
LIBRARY := libspl
@ -21,3 +22,5 @@ ${LIBRARY}-objs += list.o
${LIBRARY}-objs += strlcat.o
${LIBRARY}-objs += strnlen.o
${LIBRARY}-objs += u8_textprep.o
${LIBRARY}-objs += getexecname.o

View File

@ -27,7 +27,6 @@
#pragma ident "%Z%%M% %I% %E% SMI"
#include <string.h>
#include <sys/types.h>
/*
* Appends src to the dstsize buffer at dst. The append will never

View File

@ -27,7 +27,6 @@
#pragma ident "%Z%%M% %I% %E% SMI"
#include <string.h>
#include <sys/types.h>
/*
* Copies src to the dstsize buffer at dst. The copy will never

View File

@ -27,7 +27,6 @@
#pragma ident "%Z%%M% %I% %E% SMI"
#include <string.h>
#include <sys/types.h>
/*
* Returns the number of non-NULL bytes in string argument,