=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/su/su.c,v retrieving revision 1.31 retrieving revision 1.31.10.1 diff -c -r1.31 -r1.31.10.1 *** src/usr.bin/su/su.c 1998/03/25 21:27:27 1.31 --- src/usr.bin/su/su.c 2000/10/06 20:20:59 1.31.10.1 *************** *** 1,4 **** ! /* $OpenBSD: su.c,v 1.31 1998/03/25 21:27:27 art Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: su.c,v 1.31.10.1 2000/10/06 20:20:59 jason Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. *************** *** 41,47 **** #ifndef lint /*static char sccsid[] = "from: @(#)su.c 5.26 (Berkeley) 7/6/91";*/ ! static char rcsid[] = "$OpenBSD: su.c,v 1.31 1998/03/25 21:27:27 art Exp $"; #endif /* not lint */ #include --- 41,47 ---- #ifndef lint /*static char sccsid[] = "from: @(#)su.c 5.26 (Berkeley) 7/6/91";*/ ! static char rcsid[] = "$OpenBSD: su.c,v 1.31.10.1 2000/10/06 20:20:59 jason Exp $"; #endif /* not lint */ #include *************** *** 300,306 **** (void)setpriority(PRIO_PROCESS, 0, prio); execv(shell, np); ! err(1, shell); } int --- 300,306 ---- (void)setpriority(PRIO_PROCESS, 0, prio); execv(shell, np); ! err(1, "%s", shell); } int