Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2007 00:05:28 -0800 (PST)
From:      girish r <fmail_girish@yahoo.com>
To:        freebsd-hackers@freebsd.org
Subject:   semaphore.h does'nt include fcntl.h ?
Message-ID:  <860316.36312.qm@web62002.mail.re1.yahoo.com>

next in thread | raw e-mail | index | archive | help
>sysv semaphores are different from POSIX semaphores,
>so loading
>sysvsem.ko won't help you here.  It looks like the
>"sem" module is
>missing from /usr/src/sys/modules/Makefile, which
>explains why you
>don't have it :)  You can build it manually though:
>
>cd /usr/src/sys/modules/sem 
>make obj && make depend && make && make install
>kldload sem
>-- 
>	Dan Nelson
>       dnelson@allantgroup.com

Got it!
Thanks Dan.



 
____________________________________________________________________________________
Looking for earth-friendly autos? 
Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/



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