| 34 |
* SUCH DAMAGE. |
* SUCH DAMAGE. |
| 35 |
*/ |
*/ |
| 36 |
|
|
| 37 |
#ifndef lint |
#include <sys/param.h> |
|
#if 0 |
|
|
static const char sccsid[] = "@(#)buf_subs.c 8.2 (Berkeley) 4/18/94"; |
|
|
#else |
|
|
static const char rcsid[] = "$OpenBSD: buf_subs.c,v 1.21 2005/11/09 19:59:06 otto Exp $"; |
|
|
#endif |
|
|
#endif /* not lint */ |
|
|
|
|
|
#include <sys/types.h> |
|
| 38 |
#include <sys/time.h> |
#include <sys/time.h> |
| 39 |
#include <sys/stat.h> |
#include <sys/stat.h> |
|
#include <sys/param.h> |
|
| 40 |
#include <stdio.h> |
#include <stdio.h> |
| 41 |
#include <errno.h> |
#include <errno.h> |
| 42 |
#include <unistd.h> |
#include <unistd.h> |
| 45 |
#include "pax.h" |
#include "pax.h" |
| 46 |
#include "extern.h" |
#include "extern.h" |
| 47 |
|
|
| 48 |
|
__SCCSID("@(#)buf_subs.c 8.2 (Berkeley) 4/18/94"); |
| 49 |
|
__RCSID("$MirOS: src/bin/pax/buf_subs.c,v 1.2 2007/02/17 04:52:40 tg Exp $"); |
| 50 |
|
|
| 51 |
/* |
/* |
| 52 |
* routines which implement archive and file buffering |
* routines which implement archive and file buffering |
| 53 |
*/ |
*/ |