Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/patch paths.h is not used.



details:   https://anonhg.NetBSD.org/src/rev/014972c7e9c1
branches:  trunk
changeset: 341469:014972c7e9c1
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Nov 07 18:11:21 2015 +0000

description:
paths.h is not used.

diffstat:

 usr.bin/patch/util.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 3157545fad8b -r 014972c7e9c1 usr.bin/patch/util.c
--- a/usr.bin/patch/util.c      Sat Nov 07 17:35:31 2015 +0000
+++ b/usr.bin/patch/util.c      Sat Nov 07 18:11:21 2015 +0000
@@ -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 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <libgen.h>
-#include <paths.h>
 #include <signal.h>
 #include <stdarg.h>
 #include <stdlib.h>



Home | Main Index | Thread Index | Old Index