Sync with src/usr.sbin: whitespace diffs only.
This commit is contained in:
parent
c9a1f04e00
commit
ae42a7bdb3
1 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue