Skip to content
Snippets Groups Projects
  1. May 27, 2019
    • Bryant Mairs's avatar
      Ignore padding for `sockaddr_nl` struct · 0b345018
      Bryant Mairs authored
      `nl_pad` field does not contain any actual data, so using it for
      comparison or hashing doesn't make sense. Instead manually implement
      extra traits ignoring this field.
      0b345018
    • Bryant Mairs's avatar
      Ignore padding for mq_attr · 7d235af8
      Bryant Mairs authored
      The `pad` or `__reserved`  fields are not always 0 on some platforms,
      so when used in the `PartialEq` implementation being used, fails some
      comparisons. This commit manually implements the extra traits to
      correct this behavior.
      7d235af8
  2. May 26, 2019
  3. May 25, 2019
  4. May 24, 2019
  5. May 23, 2019
Loading