Add const qualifiers to make utime declaration more like POSIX version.
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Sun, 24 Feb 1991 06:13:01 +0000 (22:13 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Sun, 24 Feb 1991 06:13:01 +0000 (22:13 -0800)
SCCS-vsn: include/utime.h 5.3

usr/src/include/utime.h

index 9ff922e..15ab8e2 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)utime.h     5.2 (Berkeley) %G%
+ *     @(#)utime.h     5.3 (Berkeley) %G%
  */
 
 struct utimbuf {
  */
 
 struct utimbuf {
@@ -15,5 +15,5 @@ struct utimbuf {
 #include <sys/cdefs.h>
 
 __BEGIN_DECLS
 #include <sys/cdefs.h>
 
 __BEGIN_DECLS
-int utime __P((char *, struct utimbuf *));
+int utime __P((const char *, const struct utimbuf *));
 __END_DECLS
 __END_DECLS