summaryrefslogtreecommitdiff
path: root/usr.bin/patch
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2015-11-07 18:11:21 +0000
committerjoerg <joerg@NetBSD.org>2015-11-07 18:11:21 +0000
commit726f1c187d9d01b0f823edee24e1d09233ddb9af (patch)
tree95015ab1a7793da70128c45d909a5df984268da7 /usr.bin/patch
parent3aad97b63de2b1addb1081f9ab2b54f6396d3a73 (diff)
paths.h is not used.
Diffstat (limited to 'usr.bin/patch')
-rw-r--r--usr.bin/patch/util.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/patch/util.c b/usr.bin/patch/util.c
index a964894dfeb..61602cdd10e 100644
--- a/usr.bin/patch/util.c
+++ b/usr.bin/patch/util.c
@@ -1,7 +1,7 @@
/*
* $OpenBSD: util.c,v 1.32 2006/03/11 19:41:30 otto Exp $
* $DragonFly: src/usr.bin/patch/util.c,v 1.9 2007/09/29 23:11:10 swildner Exp $
- * $NetBSD: util.c,v 1.26 2010/10/02 19:31:14 wiz Exp $
+ * $NetBSD: util.c,v 1.27 2015/11/07 18:11:21 joerg Exp $
*/
/*
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: util.c,v 1.26 2010/10/02 19:31:14 wiz Exp $");
+__RCSID("$NetBSD: util.c,v 1.27 2015/11/07 18:11:21 joerg Exp $");
#include <sys/param.h>
#include <sys/stat.h>
@@ -40,7 +40,6 @@ __RCSID("$NetBSD: util.c,v 1.26 2010/10/02 19:31:14 wiz Exp $");
#include <errno.h>
#include <fcntl.h>
#include <libgen.h>
-#include <paths.h>
#include <signal.h>
#include <stdarg.h>
#include <stdlib.h>