svn commit: r298251 - head/usr.bin/units

Eitan Adler eadler at FreeBSD.org
Tue Apr 19 05:04:40 UTC 2016


Author: eadler
Date: Tue Apr 19 05:04:39 2016
New Revision: 298251
URL: https://svnweb.freebsd.org/changeset/base/298251

Log:
  Remove pathnames.h
  - it only holds a single constant
  - it doesn't exist in the GNU variant

Deleted:
  head/usr.bin/units/pathnames.h
Modified:
  head/usr.bin/units/units.c

Modified: head/usr.bin/units/units.c
==============================================================================
--- head/usr.bin/units/units.c	Tue Apr 19 04:57:57 2016	(r298250)
+++ head/usr.bin/units/units.c	Tue Apr 19 05:04:39 2016	(r298251)
@@ -33,7 +33,7 @@ static const char rcsid[] =
 
 #include <sys/capsicum.h>
 
-#include "pathnames.h"
+#define	_PATH_UNITSLIB	"/usr/share/misc/units.lib"
 
 #ifndef UNITSFILE
 #define UNITSFILE _PATH_UNITSLIB


More information about the svn-src-all mailing list