Module Name: src
Committed By: joerg
Date: Sat Nov 7 18:11:21 UTC 2015
Modified Files:
src/usr.bin/patch: util.c
Log Message:
paths.h is not used.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/patch/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/patch/util.c
diff -u src/usr.bin/patch/util.c:1.26 src/usr.bin/patch/util.c:1.27
--- src/usr.bin/patch/util.c:1.26 Sat Oct 2 19:31:14 2010
+++ src/usr.bin/patch/util.c Sat Nov 7 18:11:21 2015
@@ -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/
#include <errno.h>
#include <fcntl.h>
#include <libgen.h>
-#include <paths.h>
#include <signal.h>
#include <stdarg.h>
#include <stdlib.h>