diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:02:46 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:02:46 +0000 |
commit | 89b77ece8297b428ef405fbae69adb7180c3e9ca (patch) | |
tree | ad0847b74f9f301ba915f57715fb0713af9fa938 /lib/libc/arch/hppa64 | |
parent | 3fb400bc0b1c3c3c6eeb255e5b0cc650818da818 (diff) |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'lib/libc/arch/hppa64')
-rw-r--r-- | lib/libc/arch/hppa64/string/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/arch/hppa64/string/Makefile.inc b/lib/libc/arch/hppa64/string/Makefile.inc index 51954ba1a74..623fdff6873 100644 --- a/lib/libc/arch/hppa64/string/Makefile.inc +++ b/lib/libc/arch/hppa64/string/Makefile.inc @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.1 2005/04/01 10:54:27 mickey Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2014/07/16 20:02:17 okan Exp $ SRCS+= bcmp.c bzero.c bcopy.c memchr.c memcmp.c memset.c index.c rindex.c \ strcat.c strcmp.c strcpy.c strlcpy.c strcspn.c strlen.c \ strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ strspn.c strstr.c swab.c ffs.c - |