| 34 |
* SUCH DAMAGE. |
* SUCH DAMAGE. |
| 35 |
*/ |
*/ |
| 36 |
|
|
| 37 |
#ifndef lint |
#include <sys/param.h> |
|
#if 0 |
|
|
static const char sccsid[] = "@(#)sel_subs.c 8.1 (Berkeley) 5/31/93"; |
|
|
#else |
|
|
static const char rcsid[] = "$OpenBSD: sel_subs.c,v 1.18 2004/04/16 22:50:23 deraadt 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 <ctype.h> |
#include <ctype.h> |
| 41 |
#include <grp.h> |
#include <grp.h> |
| 42 |
#include <pwd.h> |
#include <pwd.h> |
| 49 |
#include "sel_subs.h" |
#include "sel_subs.h" |
| 50 |
#include "extern.h" |
#include "extern.h" |
| 51 |
|
|
| 52 |
|
__SCCSID("@(#)sel_subs.c 8.1 (Berkeley) 5/31/93"); |
| 53 |
|
__RCSID("$MirOS: src/bin/pax/sel_subs.c,v 1.2 2007/02/17 04:52:41 tg Exp $"); |
| 54 |
|
|
| 55 |
static int str_sec(const char *, time_t *); |
static int str_sec(const char *, time_t *); |
| 56 |
static int usr_match(ARCHD *); |
static int usr_match(ARCHD *); |
| 57 |
static int grp_match(ARCHD *); |
static int grp_match(ARCHD *); |