=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ranlib/Attic/touch.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/ranlib/Attic/touch.c 2003/06/03 02:56:14 1.5 --- src/usr.bin/ranlib/Attic/touch.c 2003/06/12 20:58:10 1.6 *************** *** 1,4 **** ! /* $OpenBSD: touch.c,v 1.5 2003/06/03 02:56:14 millert Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. --- 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. *************** *** 34,40 **** #ifndef lint /*static char sccsid[] = "from: @(#)touch.c 5.3 (Berkeley) 3/12/91";*/ ! static char rcsid[] = "$OpenBSD: touch.c,v 1.5 2003/06/03 02:56:14 millert Exp $"; #endif /* not lint */ #include --- 34,40 ---- #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 *************** *** 52,58 **** extern CHDR chdr; /* converted header */ int ! touch() { int afd; --- 52,58 ---- extern CHDR chdr; /* converted header */ int ! touch(void) { int afd; *************** *** 70,77 **** } void ! settime(afd) ! int afd; { struct ar_hdr *hdr; off_t size; --- 70,76 ---- } void ! settime(int afd) { struct ar_hdr *hdr; off_t size;