mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Fix typo in the definition of the TWS_DATA_CCB.
Submitted by: Andreas Turriff <maillist@turriff.net>
This commit is contained in:
parent
9fd7d2ddf4
commit
f4913884d7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250936
@ -137,7 +137,7 @@ enum tws_req_flags {
|
||||
TWS_DIR_IN = 0x2,
|
||||
TWS_DIR_OUT = 0x4,
|
||||
TWS_DIR_NONE = 0x8,
|
||||
TWS_DATA_CCB = 0x16,
|
||||
TWS_DATA_CCB = 0x10,
|
||||
};
|
||||
|
||||
enum tws_intrs {
|
||||
|
Loading…
Reference in New Issue
Block a user