Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common



On Apr 28,  2:06pm, mrg%eterna.com.au@localhost (matthew green) wrote:
-- Subject: re: CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

| good move using machdep.booted_file.  one minor nit:
| 
| +       /* This call shouldn't fail, but use a default just in case.*/
| +       if (sysctlbyname(BOOTFILE, bootfile, &len, NULL, 0) != 0)
| 
| this comment isn't really true.  it can fail for various reasons
| including that the machdep code doesn't know or support this
| option..

I removed it.

christos


Home | Main Index | Thread Index | Old Index