=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ranlib/Attic/touch.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -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 +1,4 @@ -/* $OpenBSD: touch.c,v 1.5 2003/06/03 02:56:14 millert Exp $ */ +/* $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,7 +34,7 @@ #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 $"; +static char rcsid[] = "$OpenBSD: touch.c,v 1.6 2003/06/12 20:58:10 deraadt Exp $"; #endif /* not lint */ #include @@ -52,7 +52,7 @@ extern CHDR chdr; /* converted header */ int -touch() +touch(void) { int afd; @@ -70,8 +70,7 @@ } void -settime(afd) - int afd; +settime(int afd) { struct ar_hdr *hdr; off_t size;