Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern FILE_UNUSE wasn't updated in the FDSCRIPTS block.
details: https://anonhg.NetBSD.org/src/rev/ff6945b77dd5
branches: trunk
changeset: 472796:ff6945b77dd5
user: tv <tv%NetBSD.org@localhost>
date: Fri May 07 17:38:41 1999 +0000
description:
FILE_UNUSE wasn't updated in the FDSCRIPTS block.
diffstat:
sys/kern/exec_script.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 99cbe53c2185 -r ff6945b77dd5 sys/kern/exec_script.c
--- a/sys/kern/exec_script.c Fri May 07 16:19:27 1999 +0000
+++ b/sys/kern/exec_script.c Fri May 07 17:38:41 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_script.c,v 1.21 1999/05/05 20:01:08 thorpej Exp $ */
+/* $NetBSD: exec_script.c,v 1.22 1999/05/07 17:38:41 tv Exp $ */
/*
* Copyright (c) 1993, 1994, 1996 Christopher G. Demetriou
@@ -191,7 +191,7 @@
fp->f_ops = &vnops;
fp->f_data = (caddr_t) epp->ep_vp;
fp->f_flag = FREAD;
- FILE_UNUSE(fp);
+ FILE_UNUSE(fp, p);
}
#endif
Home |
Main Index |
Thread Index |
Old Index