Skip to content

Commit ab61471

Browse files
0-wiz-0silvakid
authored andcommitted
Comment out two errno codes that do not exist on NetBSD.
1 parent 2b741a6 commit ab61471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cdk/include/mysql/cdk/foundation/std_error_conditions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@
9898
X (operation_not_permitted, EPERM) \
9999
X (operation_not_supported, EOPNOTSUPP) \
100100
X (operation_would_block, EWOULDBLOCK) \
101-
X (owner_dead, EOWNERDEAD) \
101+
/* X (owner_dead, EOWNERDEAD) */\
102102
X (permission_denied, EACCES) \
103103
X (protocol_error, EPROTO) \
104104
X (protocol_not_supported, EPROTONOSUPPORT) \
105105
X (read_only_file_system, EROFS) \
106106
X (resource_deadlock_would_occur, EDEADLK) \
107107
X (resource_unavailable_try_again, EAGAIN) \
108108
X (result_out_of_range, ERANGE) \
109-
X (state_not_recoverable, ENOTRECOVERABLE) \
109+
/* X (state_not_recoverable, ENOTRECOVERABLE)*/\
110110
/* X (stream_timeout, ETIME) */\
111111
X (text_file_busy, ETXTBSY) \
112112
X (timed_out, ETIMEDOUT) \

0 commit comments

Comments
 (0)