=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ruptime/Attic/ruptime.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/ruptime/Attic/ruptime.c 2009/10/27 23:59:43 1.16 +++ src/usr.bin/ruptime/Attic/ruptime.c 2013/11/27 13:32:02 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: ruptime.c,v 1.16 2009/10/27 23:59:43 deraadt Exp $ */ +/* $OpenBSD: ruptime.c,v 1.17 2013/11/27 13:32:02 okan Exp $ */ /* * Copyright (c) 1983 The Regents of the University of California. @@ -75,7 +75,7 @@ aflg = 0; while ((ch = getopt(argc, argv, "alrut")) != -1) - switch((char)ch) { + switch(ch) { case 'a': aflg = 1; break;