[roll] Roll fuchsia [starnix] Don't set_socket on socket nodes created with mknod

It turns out this doesn't do anything. For the default Socket created by
this code, connect returns ECONNREFUSED which is correct. But not having
a socket set at all also results in ECONNREFUSED.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/914372
Original-Revision: 127825a5346df0b7a9ee3ee89ccb1d5310128fb2
GitOrigin-RevId: 688e60a84bf47bb1839be733487f485fb24b6fb4
Change-Id: I7ef701618059df60bdaead9f2e48aeb82c1a1b67
1 file changed
tree: 78c74771eb026e5e375af9f7efdb2653a9007fa8
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.