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/thread | |
parent | 3fb400bc0b1c3c3c6eeb255e5b0cc650818da818 (diff) |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'lib/libc/thread')
-rw-r--r-- | lib/libc/thread/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/thread/Makefile.inc b/lib/libc/thread/Makefile.inc index 6d4c1cacdf6..248e6ede8cf 100644 --- a/lib/libc/thread/Makefile.inc +++ b/lib/libc/thread/Makefile.inc @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile.inc,v 1.7 2007/06/05 18:11:48 kurt Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2014/07/16 20:02:17 okan Exp $ .PATH: ${LIBCSRCDIR}/thread SRCS+= unithread_malloc_lock.c unithread_mutex.c unithread_tag.c - |