svn commit: r283003 - head/usr.sbin/syslogd

Xin LI delphij at FreeBSD.org
Sat May 16 08:12:01 UTC 2015


Author: delphij
Date: Sat May 16 08:12:00 2015
New Revision: 283003
URL: https://svnweb.freebsd.org/changeset/base/283003

Log:
  path.h is not needed here.

Modified:
  head/usr.sbin/syslogd/pathnames.h

Modified: head/usr.sbin/syslogd/pathnames.h
==============================================================================
--- head/usr.sbin/syslogd/pathnames.h	Sat May 16 06:18:39 2015	(r283002)
+++ head/usr.sbin/syslogd/pathnames.h	Sat May 16 08:12:00 2015	(r283003)
@@ -30,8 +30,6 @@
  * $FreeBSD$
  */
 
-#include <paths.h>
-
 #define	_PATH_KLOG	"/dev/klog"
 #define	_PATH_LOGCONF	"/etc/syslog.conf"
 #define	_PATH_LOGPID	"/var/run/syslog.pid"


More information about the svn-src-head mailing list