diff options
author | 2014-07-16 20:02:17 +0000 | |
---|---|---|
committer | 2014-07-16 20:02:17 +0000 | |
commit | 1e29880ecad1dcdf7e9a0fa3b523cb5007f215ec (patch) | |
tree | 4fcdba1cd7c7fdf51661a8d46927f6660aac6c8e /lib/libpthread | |
parent | zap trailing newlines; "go for it" deraadt (diff) | |
download | wireguard-openbsd-1e29880ecad1dcdf7e9a0fa3b523cb5007f215ec.tar.xz wireguard-openbsd-1e29880ecad1dcdf7e9a0fa3b523cb5007f215ec.zip |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/include/Makefile.inc | 3 | ||||
-rw-r--r-- | lib/libpthread/man/Makefile.inc | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libpthread/include/Makefile.inc b/lib/libpthread/include/Makefile.inc index b8fd2151c2e..d46b5e6386c 100644 --- a/lib/libpthread/include/Makefile.inc +++ b/lib/libpthread/include/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 2013/06/02 22:03:12 tedu Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2014/07/16 20:02:17 okan Exp $ includes: @cd ${SRCDIR}/include; \ @@ -9,4 +9,3 @@ includes: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ $$h ${DESTDIR}/usr/include) || exit 1; \ done - diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index 7fd3ba1dcd6..50c531fedd3 100644 --- a/lib/libpthread/man/Makefile.inc +++ b/lib/libpthread/man/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.34 2013/06/17 19:11:54 guenther Exp $ +# $OpenBSD: Makefile.inc,v 1.35 2014/07/16 20:02:17 okan Exp $ # $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $ # POSIX thread man files @@ -121,4 +121,3 @@ MLINKS+=flockfile.3 funlockfile.3 \ sem_open.3 sem_unlink.3 \ sem_wait.3 sem_timedwait.3 \ sem_wait.3 sem_trywait.3 - |