| 10 |
* in the Public Domain for your edification and enjoyment. |
* in the Public Domain for your edification and enjoyment. |
| 11 |
*/ |
*/ |
| 12 |
|
|
|
#ifndef lint |
|
|
static const char rcsid[] = "$OpenBSD: getoldopt.c,v 1.8 2003/07/02 21:19:33 deraadt Exp $"; |
|
|
#endif /* not lint */ |
|
|
|
|
| 13 |
#include <sys/types.h> |
#include <sys/types.h> |
| 14 |
#include <sys/stat.h> |
#include <sys/stat.h> |
| 15 |
#include <stdio.h> |
#include <stdio.h> |
| 18 |
#include "pax.h" |
#include "pax.h" |
| 19 |
#include "extern.h" |
#include "extern.h" |
| 20 |
|
|
| 21 |
|
__RCSID("$MirOS: src/bin/pax/getoldopt.c,v 1.2 2007/02/17 04:52:40 tg Exp $"); |
| 22 |
|
|
| 23 |
int |
int |
| 24 |
getoldopt(int argc, char **argv, const char *optstring) |
getoldopt(int argc, char **argv, const char *optstring) |
| 25 |
{ |
{ |