Subject: Re: pkg/13033: samba under 1.5
To: None <roskens@elfin.net>
From: Johnny C. Lam <lamj@stat.cmu.edu>
List: netbsd-bugs
Date: 05/24/2001 17:25:24
roskens@elfin.net writes:
> 
> >Description:
> net/samba package now tries to use IPC_R, and IPC_W instead of SHM_R, and
> SHM_W. Neither of those are defined for userland unless _KERNEL is defined.

Hmmm...this is troubling, since the shmget(2) manpage suggests that
IPC_{R,W} are part of the interface exported by <sys/shm.h> and not
protected y _KERNEL.  I'll make another fix for samba, but this may be
something wrong in NetBSD 1.5.

	Cheers,

     -- Johnny C. Lam <lamj@stat.cmu.edu>
        Department of Statistics, Carnegie Mellon University
        http://www.stat.cmu.edu/~lamj/