Remove PATTY_AX25_SOCK_NONBLOCK option
This commit is contained in:
parent
484e68e417
commit
ffcc171c48
1 changed files with 2 additions and 3 deletions
|
@ -5,9 +5,8 @@
|
|||
|
||||
enum patty_ax25_sock_opts {
|
||||
PATTY_AX25_SOCK_NONE,
|
||||
PATTY_AX25_SOCK_PTY = 1 << 0,
|
||||
PATTY_AX25_SOCK_RAW = 1 << 1,
|
||||
PATTY_AX25_SOCK_NONBLOCK = 1 << 2
|
||||
PATTY_AX25_SOCK_PTY = 1 << 0,
|
||||
PATTY_AX25_SOCK_RAW = 1 << 1
|
||||
};
|
||||
|
||||
enum patty_ax25_sock_status {
|
||||
|
|
Loading…
Add table
Reference in a new issue