https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277060
Warner Losh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Warner Losh <[email protected]> --- Why + if ((spt == NULL) || (*(spt + 1) == '\0')) and not + if ((spt == NULL) || *spt == '/')) ??? -- You are receiving this mail because: You are the assignee for the bug.
