=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/uuencode/uuencode.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/uuencode/uuencode.c 1995/10/18 08:46:31 1.1 --- src/usr.bin/uuencode/uuencode.c 1996/06/26 05:42:24 1.2 *************** *** 1,3 **** --- 1,4 ---- + /* $OpenBSD: uuencode.c,v 1.2 1996/06/26 05:42:24 deraadt Exp $ */ /* $NetBSD: uuencode.c,v 1.7 1994/11/17 07:41:15 jtc Exp $ */ /*- *************** *** 41,47 **** #if 0 static char sccsid[] = "@(#)uuencode.c 8.2 (Berkeley) 4/2/94"; #endif ! static char rcsid[] = "$NetBSD: uuencode.c,v 1.7 1994/11/17 07:41:15 jtc Exp $"; #endif /* not lint */ /* --- 42,48 ---- #if 0 static char sccsid[] = "@(#)uuencode.c 8.2 (Berkeley) 4/2/94"; #endif ! static char rcsid[] = "$OpenBSD: uuencode.c,v 1.2 1996/06/26 05:42:24 deraadt Exp $"; #endif /* not lint */ /*