=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/touch/touch.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/touch/touch.c 2000/10/13 13:54:59 1.6 --- src/usr.bin/touch/touch.c 2002/02/16 21:27:55 1.7 *************** *** 1,4 **** ! /* $OpenBSD: touch.c,v 1.6 2000/10/13 13:54:59 pjanzen Exp $ */ /* $NetBSD: touch.c,v 1.11 1995/08/31 22:10:06 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: touch.c,v 1.7 2002/02/16 21:27:55 millert Exp $ */ /* $NetBSD: touch.c,v 1.11 1995/08/31 22:10:06 jtc Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)touch.c 8.2 (Berkeley) 4/28/95"; #endif ! static char rcsid[] = "$OpenBSD: touch.c,v 1.6 2000/10/13 13:54:59 pjanzen Exp $"; #endif /* not lint */ #include --- 44,50 ---- #if 0 static char sccsid[] = "@(#)touch.c 8.2 (Berkeley) 4/28/95"; #endif ! static char rcsid[] = "$OpenBSD: touch.c,v 1.7 2002/02/16 21:27:55 millert Exp $"; #endif /* not lint */ #include *************** *** 62,72 **** #include #include ! int rw __P((char *, struct stat *, int)); ! void stime_arg1 __P((char *, struct timeval *)); ! void stime_arg2 __P((char *, int, struct timeval *)); ! void stime_file __P((char *, struct timeval *)); ! void usage __P((void)); int main(argc, argv) --- 62,72 ---- #include #include ! int rw(char *, struct stat *, int); ! void stime_arg1(char *, struct timeval *); ! void stime_arg2(char *, int, struct timeval *); ! void stime_file(char *, struct timeval *); ! void usage(void); int main(argc, argv)