X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibsystemd%2Fsd-bus%2Fkdbus.h;h=e9f7d44bcb1a3a2236dc5f85000abf3a9fa34a26;hb=93f1bcf40030a9e98bf2b71c177cbea36c64d5c9;hp=b8861ceb017659557c47cd198a792f967684ff46;hpb=26e376bfe34ba6caa04723b9200e9deace8e6c9f;p=elogind.git diff --git a/src/libsystemd/sd-bus/kdbus.h b/src/libsystemd/sd-bus/kdbus.h index b8861ceb0..e9f7d44bc 100644 --- a/src/libsystemd/sd-bus/kdbus.h +++ b/src/libsystemd/sd-bus/kdbus.h @@ -924,14 +924,14 @@ enum kdbus_ioctl_type { * @ENOMSG: The queue is not empty, but no message with a matching * priority is currently queued. * @ENOSYS: The requested functionality is not available. - * @ENOTSUPP: The feature negotiation failed, a not supported feature - * was requested, or an unknown item type was received. * @ENOTTY: An unknown ioctl command was received. * @ENOTUNIQ: A specific data type was addressed to a broadcast * address, but only direct addresses support this kind of * data. * @ENXIO: A unique address does not exist, or an offset in the * receiver's pool does not represent a queued message. + * @EOPNOTSUPP: The feature negotiation failed, a not supported feature + * was requested, or an unknown item type was received. * @EPERM: The policy prevented an operation. The requested * resource is owned by another entity. * @EPIPE: When sending a message, a synchronous reply from the