(no message)
authorBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 7 Sep 1982 13:57:52 +0000 (05:57 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 7 Sep 1982 13:57:52 +0000 (05:57 -0800)
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 4.37
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 4.37

usr/src/sys/ufs/ffs/ffs_vnops.c
usr/src/sys/ufs/ffs/ufs_vnops.c

index ca9d453..1ad698c 100644 (file)
@@ -1,4 +1,4 @@
-/*     ffs_vnops.c     4.36    82/09/04        */
+/*     ffs_vnops.c     4.37    82/09/06        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -708,7 +708,7 @@ chown1(ip, uid, gid)
  * Set IUPD and IACC times on file.
  * Can't set ICHG.
  */
  * Set IUPD and IACC times on file.
  * Can't set ICHG.
  */
-utime()
+outime()
 {
        register struct a {
                char    *fname;
 {
        register struct a {
                char    *fname;
index 4fe7709..20aaf64 100644 (file)
@@ -1,4 +1,4 @@
-/*     ufs_vnops.c     4.36    82/09/04        */
+/*     ufs_vnops.c     4.37    82/09/06        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -708,7 +708,7 @@ chown1(ip, uid, gid)
  * Set IUPD and IACC times on file.
  * Can't set ICHG.
  */
  * Set IUPD and IACC times on file.
  * Can't set ICHG.
  */
-utime()
+outime()
 {
        register struct a {
                char    *fname;
 {
        register struct a {
                char    *fname;