From e2d65d55d30e1f85418b808663765eb1e0872a67 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 13 Mar 2004 07:17:40 +0000 Subject: sync comments with reality, semconfig is long gone. --- sys/kern/sysv_sem.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'sys') diff --git a/sys/kern/sysv_sem.c b/sys/kern/sysv_sem.c index 6cb8b6a063c..a499b27a73f 100644 --- a/sys/kern/sysv_sem.c +++ b/sys/kern/sysv_sem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sysv_sem.c,v 1.25 2003/12/20 19:06:29 millert Exp $ */ +/* $OpenBSD: sysv_sem.c,v 1.26 2004/03/13 07:17:39 tedu Exp $ */ /* $NetBSD: sysv_sem.c,v 1.26 1996/02/09 19:00:25 christos Exp $ */ /* @@ -762,17 +762,13 @@ semexit(struct proc *p) } /* - * No (i.e. we are in case 1 or 2). - * - * If there is no undo vector, skip to the end and unlock the - * semaphore facility if necessary. + * If there is no undo vector, skip to the end. */ if (suptr == NULL) return; /* - * We are now in case 1 or 2, and we have an undo vector for this - * process. + * We now have an undo vector for this process. */ DPRINTF(("proc @%p has undo structure with %d entries\n", p, suptr->un_cnt)); -- cgit v1.2.3