=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ranlib/Attic/touch.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/ranlib/Attic/touch.c 2003/06/12 20:58:10 1.6 --- src/usr.bin/ranlib/Attic/touch.c 2009/10/27 23:59:42 1.7 *************** *** 1,4 **** ! /* $OpenBSD: touch.c,v 1.6 2003/06/12 20:58:10 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: touch.c,v 1.7 2009/10/27 23:59:42 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. *************** *** 31,41 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - /*static char sccsid[] = "from: @(#)touch.c 5.3 (Berkeley) 3/12/91";*/ - static char rcsid[] = "$OpenBSD: touch.c,v 1.6 2003/06/12 20:58:10 deraadt Exp $"; - #endif /* not lint */ #include #include --- 31,36 ----