=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rusers/rusers.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/rusers/rusers.c 2003/06/03 01:52:41 1.22 --- src/usr.bin/rusers/rusers.c 2003/06/04 17:37:16 1.23 *************** *** 1,4 **** ! /* $OpenBSD: rusers.c,v 1.22 2003/06/03 01:52:41 millert Exp $ */ /* * Copyright (c) 2001, 2003 Todd C. Miller --- 1,4 ---- ! /* $OpenBSD: rusers.c,v 1.23 2003/06/04 17:37:16 deraadt Exp $ */ /* * Copyright (c) 2001, 2003 Todd C. Miller *************** *** 44,50 **** */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: rusers.c,v 1.22 2003/06/03 01:52:41 millert Exp $"; #endif /* not lint */ #include --- 44,50 ---- */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: rusers.c,v 1.23 2003/06/04 17:37:16 deraadt Exp $"; #endif /* not lint */ #include *************** *** 149,155 **** termwidth = win.ws_col; else termwidth = 80; ! } setlinebuf(stdout); if (argc == optind) { --- 149,156 ---- termwidth = win.ws_col; else termwidth = 80; ! } else ! termwidth = 80; setlinebuf(stdout); if (argc == optind) {