Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trivial typos in ioctl.h #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion usr/src/ucbhead/sys/ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* will be System V mode and all the BSD flags will be turned off
* using #ifdef BSD_COMP. This file will also exist in
* /usr/ucbinclude/sys/ioctl.h for BSD applications but without the
* BSD flags turned off. System V appliactions can use ioctl.h without
* BSD flags turned off. System V applications can use ioctl.h without
* any changes, System V applications requiring BSD flags should
* -D BSD_COMP when compiling (and be warned about the common
* flags between System V and BSD) and BSD applications should
Expand Down
4 changes: 2 additions & 2 deletions usr/src/uts/common/sys/ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ extern "C" {
* BSD flags into this file creates compilation problems
* with flags such as ECHO, NL1 etc., if termio.h and ioctl.h
* are included by the same file. Since these two files can
* be only included by System V applications, /usr/inclule/sys/ioctl.h
* be only included by System V applications, /usr/include/sys/ioctl.h
* will be System V mode and all the BSD flags will be turned off
* using #ifdef BSD_COMP. This file will also exist in
* /usr/ucbinclude/sys/ioctl.h for BSD applications but without the
* BSD flags turned off. System V appliactions can use ioctl.h without
* BSD flags turned off. System V applications can use ioctl.h without
* any changes, System V applications requiring BSD flags should
* -D BSD_COMP when compiling (and be warned about the common
* flags between System V and BSD) and BSD applications should
Expand Down