Put back in getopt.h, getopt.c, getopt1.c. Solaris doesn't always have

it and it's really too much of a hassle to do all that configuration
code to figure out where it is and what has to be done to get it to
work.
This commit is contained in:
rocky
2006-03-17 19:36:54 +00:00
parent 69ecb8d916
commit 25a76d78cb
15 changed files with 2821 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
/*
$Id: iso-read.c,v 1.11 2005/10/06 09:51:21 rocky Exp $
$Id: iso-read.c,v 1.12 2006/03/17 19:36:54 rocky Exp $
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2004, 2005, 2006 Rocky Bernstein <rocky@panix.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -45,7 +45,7 @@
#include <sys/types.h>
#endif
#include <getopt.h>
#include "getopt.h"
/* Used by `main' to communicate with `parse_opt'. And global options
*/