diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-04 06:32:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-04 06:32:59 +0000 |
commit | ae42a7bdb38a2dbaf4c63929240fb3b8bede28fb (patch) | |
tree | cd6e1aac8c9cdd4701684c4fc506ca1fd84dbb0e /pkgtools/pkg_install | |
parent | c9a1f04e004ecd224b9577917b8f1de8c6081288 (diff) | |
download | pkgsrc-ae42a7bdb38a2dbaf4c63929240fb3b8bede28fb.tar.gz |
Sync with src/usr.sbin: whitespace diffs only.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/lib/lib.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/files/lib/lib.h b/pkgtools/pkg_install/files/lib/lib.h index 09acf9933b1..d053baf9325 100644 --- a/pkgtools/pkg_install/files/lib/lib.h +++ b/pkgtools/pkg_install/files/lib/lib.h @@ -1,4 +1,4 @@ -/* $NetBSD: lib.h,v 1.21 2005/12/06 01:08:09 ben Exp $ */ +/* $NetBSD: lib.h,v 1.22 2006/04/04 06:32:59 wiz Exp $ */ /* from FreeBSD Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp */ @@ -97,9 +97,9 @@ #define TAR_CMD "tar" #endif -/* Define pax as a string, used to copy files from staging area */ -#ifndef PAX_CMD -#define PAX_CMD "pax" +/* Define pax as a string, used to copy files from staging area */ +#ifndef PAX_CMD +#define PAX_CMD "pax" #endif /* Define gzip and bzip2, used to unpack binary packages */ |