diff options
| author | Warner Losh <imp@FreeBSD.org> | 1997-08-29 05:16:14 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1997-08-29 05:16:14 +0000 |
| commit | 4a796f06acb443b965b3c5681305648088812d9c (patch) | |
| tree | 3255e643e868c20e4e550e3fcd9661ec7635863b /usr.sbin/bootparamd | |
| parent | 0bcbf149b45cbe3c64939c48fe8210cb5209cea6 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bootparamd')
| -rw-r--r-- | usr.sbin/bootparamd/bootparamd/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bootparamd/bootparamd/main.c b/usr.sbin/bootparamd/bootparamd/main.c index b8d8629b8d05..7ffe248d4871 100644 --- a/usr.sbin/bootparamd/bootparamd/main.c +++ b/usr.sbin/bootparamd/bootparamd/main.c @@ -6,7 +6,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to Klas Heggemann <klas@nada.kth.se> - $Id: main.c,v 1.2 1995/05/30 03:46:28 rgrimes Exp $ + $Id: main.c,v 1.3 1995/07/25 22:44:14 wpaul Exp $ */ @@ -49,7 +49,7 @@ char **argv; if ( progname ) progname++; else progname = argv[0]; - while ((c = getopt(argc, argv,"dsr:f:")) != EOF) + while ((c = getopt(argc, argv,"dsr:f:")) != -1) switch (c) { case 'd': debug = 1; |
