From owner-p4-projects Fri May 31 11:46:23 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id AB65837B406; Fri, 31 May 2002 11:46:16 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C758537B401 for ; Fri, 31 May 2002 11:46:15 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4VIkFF70049 for perforce@freebsd.org; Fri, 31 May 2002 11:46:15 -0700 (PDT) (envelope-from julian@freebsd.org) Date: Fri, 31 May 2002 11:46:15 -0700 (PDT) Message-Id: <200205311846.g4VIkFF70049@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to julian@freebsd.org using -f From: Julian Elischer Subject: PERFORCE change 12217 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12217 Change 12217 by julian@julian_ref on 2002/05/31 11:45:55 these prototypes are for userland and in fact should be deleted as soon as I check they are ok in userland Affected files ... ... //depot/projects/kse/sys/sys/kse.h#8 edit Differences ... ==== //depot/projects/kse/sys/sys/kse.h#8 (text+ko) ==== @@ -73,8 +73,10 @@ /* some provisional sycalls: */ +#ifndef _KERNEL int kse_new(struct kse_mailbox *mbx, int new_grp_flag); int kse_exit(void); int thread_wakeup(struct thread_mailbox *tmbx); int kse_wakeup(void); #endif +#endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message