=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/utime.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/include/utime.h 1998/05/13 08:39:21 1.3 +++ src/include/utime.h 2002/02/16 21:27:17 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: utime.h,v 1.3 1998/05/13 08:39:21 deraadt Exp $ */ +/* $OpenBSD: utime.h,v 1.4 2002/02/16 21:27:17 millert Exp $ */ /* $NetBSD: utime.h,v 1.3 1994/10/26 00:56:39 cgd Exp $ */ /*- @@ -54,7 +54,7 @@ #include __BEGIN_DECLS -int utime __P((const char *, const struct utimbuf *)); +int utime(const char *, const struct utimbuf *); __END_DECLS #endif /* !_UTIME_H_ */