mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-21 18:03:41 +03:00
commit
bf09cec3da
@ -93,7 +93,7 @@ struct sd_netlink {
|
||||
};
|
||||
|
||||
struct netlink_attribute {
|
||||
size_t offset; /* offset from hdr to attirubte */
|
||||
size_t offset; /* offset from hdr to attribute */
|
||||
};
|
||||
|
||||
struct netlink_container {
|
||||
|
@ -18,7 +18,7 @@ SUBSYSTEM=="usb", ATTR{bDeviceClass}=="09", TAG+="seat"
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="2230", ATTR{idProduct}=="000[13]", ENV{ID_AUTOSEAT}="1"
|
||||
|
||||
# qemu (version 2.4+) has a PCI-PCI bridge (-device pci-bridge-seat) to group
|
||||
# evices belonging to one seat. See:
|
||||
# devices belonging to one seat. See:
|
||||
# http://git.qemu.org/?p=qemu.git;a=blob;f=docs/multiseat.txt
|
||||
SUBSYSTEM=="pci", ATTR{vendor}=="0x1b36", ATTR{device}=="0x000a", TAG+="seat", ENV{ID_AUTOSEAT}="1"
|
||||
|
||||
|
@ -466,7 +466,7 @@ int config_parse_address_family_boolean_with_kernel(const char *unit, const char
|
||||
const char* link_operstate_to_string(LinkOperationalState s) _const_;
|
||||
LinkOperationalState link_operstate_from_string(const char *s) _pure_;
|
||||
|
||||
/* Ipv6 privacy extensions support */
|
||||
/* IPv6 privacy extensions support */
|
||||
|
||||
const char* ipv6_privacy_extensions_to_string(IPv6PrivacyExtensions i) _const_;
|
||||
IPv6PrivacyExtensions ipv6_privacy_extensions_from_string(const char *s) _pure_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user