=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/indent/io.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/indent/io.c 1995/10/18 08:45:25 1.1 --- src/usr.bin/indent/io.c 1996/06/26 05:34:31 1.2 *************** *** 1,3 **** --- 1,5 ---- + /* $OpenBSD: io.c,v 1.2 1996/06/26 05:34:31 deraadt Exp $ */ + /* * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980 The Regents of the University of California. *************** *** 35,41 **** #ifndef lint /*static char sccsid[] = "from: @(#)io.c 5.15 (Berkeley) 2/26/91";*/ ! static char rcsid[] = "$Id: io.c,v 1.1 1995/10/18 08:45:25 deraadt Exp $"; #endif /* not lint */ #include --- 37,43 ---- #ifndef lint /*static char sccsid[] = "from: @(#)io.c 5.15 (Berkeley) 2/26/91";*/ ! static char rcsid[] = "$OpenBSD: io.c,v 1.2 1996/06/26 05:34:31 deraadt Exp $"; #endif /* not lint */ #include