semaphore.h does'nt include fcntl.h ?

girish r fmail_girish at yahoo.com
Tue Jan 16 08:05:30 UTC 2007


>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 at 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/


More information about the freebsd-hackers mailing list