Oops. Fix my error with -W option
This commit is contained in:
parent
adc58a977e
commit
e0aca6a75a
@ -30,7 +30,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: startslip.c,v 1.10 1995/09/15 20:06:50 ache Exp $
|
* $Id: startslip.c,v 1.11 1995/09/15 20:34:55 ache Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
@ -120,7 +120,7 @@ main(argc, argv)
|
|||||||
pid_t pid;
|
pid_t pid;
|
||||||
struct termios t;
|
struct termios t;
|
||||||
|
|
||||||
while ((ch = getopt(argc, argv, "dhlWb:s:t:w:A:U:D:")) != EOF)
|
while ((ch = getopt(argc, argv, "dhlb:s:t:w:A:U:D:W:")) != EOF)
|
||||||
switch (ch) {
|
switch (ch) {
|
||||||
case 'd':
|
case 'd':
|
||||||
debug = 1;
|
debug = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user