Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Eliminate incorrect use of "curproc" in a comment.
details: https://anonhg.NetBSD.org/src/rev/8f3f8661b465
branches: trunk
changeset: 486623:8f3f8661b465
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Fri May 26 23:10:36 2000 +0000
description:
Eliminate incorrect use of "curproc" in a comment.
diffstat:
sys/kern/kern_descrip.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f14f5fb4111c -r 8f3f8661b465 sys/kern/kern_descrip.c
--- a/sys/kern/kern_descrip.c Fri May 26 23:09:28 2000 +0000
+++ b/sys/kern/kern_descrip.c Fri May 26 23:10:36 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_descrip.c,v 1.66 2000/03/30 09:27:11 augustss Exp $ */
+/* $NetBSD: kern_descrip.c,v 1.67 2000/05/26 23:10:36 sommerfeld Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1991, 1993
@@ -1181,7 +1181,7 @@
{
/*
- * XXX Kludge: set curproc->p_dupfd to contain the value of the
+ * XXX Kludge: set p->p_dupfd to contain the value of the
* the file descriptor being sought for duplication. The error
* return ensures that the vnode for this device will be released
* by vn_open. Open will detect this special error and take the
Home |
Main Index |
Thread Index |
Old Index