s/ENOTTY/ENOIOCTL/
This commit is contained in:
parent
467df7df25
commit
e104a9e0b0
@ -618,7 +618,7 @@ pps_ioctl(u_long cmd, caddr_t data, struct pps_state *pps)
|
||||
return (EOPNOTSUPP);
|
||||
#endif
|
||||
default:
|
||||
return (ENOTTY);
|
||||
return (ENOIOCTL);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user