[roll] Roll fuchsia [bsdsocket_test] Stringify cmsg type

Instead of having to manually translate cmsg level/type to a string, use
a macro to do it for us. It has the benefit that we do not need to add a
new switch case every time a new cmsg is added.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/651421
Original-Revision: 83de69fac3f47d9347edc4f6b9d30bd10723fe53
GitOrigin-RevId: 6b09328b4d5989513526dcdf13af478da76d07ad
Change-Id: Ic1461f69e77f698fed9c1fb4c6bf49fb6589ef17
1 file changed
tree: 917aa5e803b964f0c2cc0e6a144c289531690cc5
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.