Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/fs/ptyfs Pull up following revision(s) (requested by ...
details: https://anonhg.NetBSD.org/src/rev/21acb74ff873
branches: netbsd-6
changeset: 775418:21acb74ff873
user: riz <riz%NetBSD.org@localhost>
date: Wed Oct 31 16:09:41 2012 +0000
description:
Pull up following revision(s) (requested by christos in ticket #639):
sys/fs/ptyfs/ptyfs_subr.c: revision 1.24
fix the mystery of the bad directory times.
diffstat:
sys/fs/ptyfs/ptyfs_subr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d0c9ac3e0b05 -r 21acb74ff873 sys/fs/ptyfs/ptyfs_subr.c
--- a/sys/fs/ptyfs/ptyfs_subr.c Wed Oct 31 16:07:46 2012 +0000
+++ b/sys/fs/ptyfs/ptyfs_subr.c Wed Oct 31 16:09:41 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ptyfs_subr.c,v 1.23 2011/06/12 03:35:53 rmind Exp $ */
+/* $NetBSD: ptyfs_subr.c,v 1.23.8.1 2012/10/31 16:09:41 riz Exp $ */
/*
* Copyright (c) 1993
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ptyfs_subr.c,v 1.23 2011/06/12 03:35:53 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ptyfs_subr.c,v 1.23.8.1 2012/10/31 16:09:41 riz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -174,7 +174,7 @@
}
out:
ptyfs->ptyfs_uid = ptyfs->ptyfs_gid = 0;
- ptyfs->ptyfs_flags |= PTYFS_CHANGE;
+ ptyfs->ptyfs_flag |= PTYFS_CHANGE;
PTYFS_ITIMES(ptyfs, NULL, NULL, NULL);
ptyfs->ptyfs_birthtime = ptyfs->ptyfs_mtime =
ptyfs->ptyfs_atime = ptyfs->ptyfs_ctime;
Home |
Main Index |
Thread Index |
Old Index