=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/su/su.c,v retrieving revision 1.49 retrieving revision 1.50 diff -c -r1.49 -r1.50 *** src/usr.bin/su/su.c 2002/12/07 22:54:13 1.49 --- src/usr.bin/su/su.c 2002/12/08 16:50:07 1.50 *************** *** 1,4 **** ! /* $OpenBSD: su.c,v 1.49 2002/12/07 22:54:13 millert Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: su.c,v 1.50 2002/12/08 16:50:07 millert Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. *************** *** 43,49 **** #if 0 static const char sccsid[] = "from: @(#)su.c 5.26 (Berkeley) 7/6/91"; #else ! static const char rcsid[] = "$OpenBSD: su.c,v 1.49 2002/12/07 22:54:13 millert Exp $"; #endif #endif /* not lint */ --- 43,49 ---- #if 0 static const char sccsid[] = "from: @(#)su.c 5.26 (Berkeley) 7/6/91"; #else ! static const char rcsid[] = "$OpenBSD: su.c,v 1.50 2002/12/08 16:50:07 millert Exp $"; #endif #endif /* not lint */ *************** *** 89,95 **** login_cap_t *lc; uid_t ruid; ! while ((ch = getopt(argc, argv, "-a:c:fKLlm")) != -1) switch (ch) { case 'a': if (style) --- 89,95 ---- login_cap_t *lc; uid_t ruid; ! while ((ch = getopt(argc, argv, "a:c:fKLlm-")) != -1) switch (ch) { case 'a': if (style)