Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2016 05:04:39 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298251 - head/usr.bin/units
Message-ID:  <201604190504.u3J54dbX056743@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604190504.u3J54dbX056743>