=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rwho/Attic/rwho.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/rwho/Attic/rwho.c 2013/04/16 18:57:39 1.17 --- src/usr.bin/rwho/Attic/rwho.c 2013/11/27 13:32:02 1.18 *************** *** 1,4 **** ! /* $OpenBSD: rwho.c,v 1.17 2013/04/16 18:57:39 deraadt Exp $ */ /* * Copyright (c) 1983 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: rwho.c,v 1.18 2013/11/27 13:32:02 okan Exp $ */ /* * Copyright (c) 1983 The Regents of the University of California. *************** *** 83,89 **** int nhosts = 0; while ((ch = getopt(argc, argv, "a")) != -1) ! switch((char)ch) { case 'a': aflg = 1; break; --- 83,89 ---- int nhosts = 0; while ((ch = getopt(argc, argv, "a")) != -1) ! switch(ch) { case 'a': aflg = 1; break;