Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2002 11:46:15 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12217 for review
Message-ID:  <200205311846.g4VIkFF70049@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205311846.g4VIkFF70049>