=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/su/su.c,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/su/su.c 1997/06/27 06:59:58 1.28 --- src/usr.bin/su/su.c 1997/06/29 11:10:35 1.29 *************** *** 1,4 **** ! /* $OpenBSD: su.c,v 1.28 1997/06/27 06:59:58 deraadt Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: su.c,v 1.29 1997/06/29 11:10:35 provos 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.28 1997/06/27 06:59:58 deraadt 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.29 1997/06/29 11:10:35 provos Exp $"; #endif /* not lint */ #include *************** *** 64,70 **** #endif #ifdef KERBEROS ! #include #include #include --- 64,70 ---- #endif #ifdef KERBEROS ! #include #include #include