summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wormcontrol/wormcontrol.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/wormcontrol/wormcontrol.c')
-rw-r--r--usr.sbin/wormcontrol/wormcontrol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wormcontrol/wormcontrol.c b/usr.sbin/wormcontrol/wormcontrol.c
index a29a797..47673cb 100644
--- a/usr.sbin/wormcontrol/wormcontrol.c
+++ b/usr.sbin/wormcontrol/wormcontrol.c
@@ -32,7 +32,7 @@
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
* DAMAGE.
*
- * $Id$
+ * $Id: wormcontrol.c,v 1.4 1997/02/22 16:14:12 peter Exp $
*
*/
@@ -69,7 +69,7 @@ main(int argc, char **argv)
int errs = 0;
const char *devname = "/dev/rworm0";
- while ((c = getopt(argc, argv, "f:")) != EOF)
+ while ((c = getopt(argc, argv, "f:")) != -1)
switch(c) {
case 'f':
devname = optarg;
OpenPOWER on IntegriCloud