diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-29 18:21:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-29 18:21:47 +0000 |
commit | 2be2bba76d366a1c4910665c78b6c8b9788ac079 (patch) | |
tree | b4972f61239ee0f1e320486367ca304bab31df8c /lib/libc/arch/powerpc | |
parent | 3bb71e1e2c2a14beae1191caa9b1cd74700afefb (diff) |
junk space
Diffstat (limited to 'lib/libc/arch/powerpc')
-rw-r--r-- | lib/libc/arch/powerpc/string/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/arch/powerpc/string/Makefile.inc b/lib/libc/arch/powerpc/string/Makefile.inc index ad7b4d22afc..50febf4edb8 100644 --- a/lib/libc/arch/powerpc/string/Makefile.inc +++ b/lib/libc/arch/powerpc/string/Makefile.inc @@ -1,6 +1,6 @@ # $NetBSD: Makefile.inc,v 1.1 1995/03/20 14:45:47 mycroft Exp $ -SRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memchr.c memcmp.c memset.c \ +SRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memchr.c memcmp.c memset.c \ rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlcpy.c strlen.c \ strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ strspn.c strstr.c swab.c |