Compile under Lite2 (getopt() is in unistd.h etc)
This commit is contained in:
parent
780a5c1ec1
commit
b4f70931e0
@ -29,11 +29,12 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: modload.c,v 1.16 1997/02/22 14:32:40 peter Exp $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
@ -58,8 +59,6 @@ int verbose = 0;
|
||||
int quiet = 0;
|
||||
int dounlink = 0;
|
||||
|
||||
extern char *sys_siglist[];
|
||||
|
||||
/*
|
||||
* Expected linker options:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user