pkstream/pkstream.c: Wrap addresses up in a union.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 27 Sep 2017 22:38:38 +0000 (23:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 16 Jun 2018 18:14:10 +0000 (19:14 +0100)
commit5db82aca938cf27355c17e5e5cdab4448beb60c2
treed1b0b09a3e4e53a54360c527c468058b5386ee05
parent8fc71d5ac89bce74b771c6aa275541a722db275f
pkstream/pkstream.c: Wrap addresses up in a union.

This makes casting to `struct sockaddr' pointers more pleasant, but
doesn't do anything else of use yet.  No functional change.
pkstream/pkstream.c