Started merging with cpio into paxutils.

This commit is contained in:
Sergey Poznyakoff
2004-09-06 14:28:55 +00:00
parent e3bd2a63a6
commit 7347b4f5d5
29 changed files with 154 additions and 2070 deletions

View File

@@ -19,7 +19,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "system.h"
#include <system.h>
#include <signal.h>
@@ -28,7 +28,7 @@
#include <quotearg.h>
#include "common.h"
#include "rmt.h"
#include <rmt.h>
/* Number of retries before giving up on read. */
#define READ_ERROR_MAX 10