tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: fss: Inappropriate ioctl for device (on dk*)
This code in fssconfig.c looks suspicious to me:
if ((xflag || istmp) && isreg)
fss.fss_flags |= FSS_UNLINK_ON_CREATE;
else
fss.fss_flags = 0;
Shouldn't that "|=" be a "="?
Home |
Main Index |
Thread Index |
Old Index