Searched refs:SPOOL_DIR_MODE (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c274 #ifndef SPOOL_DIR_MODE
275 #define SPOOL_DIR_MODE (S_IRUSR | S_IWUSR | S_IXUSR \ macro
302 if (chmod(sd, SPOOL_DIR_MODE) < 0) {
304 warn("%s: cannot change mode to %lo", sd, (long)SPOOL_DIR_MODE);

Completed in 61 milliseconds