HomeFreeBSD

Make libxnet.so a symlink to libc.so. This makes `-lxnet` a no-op, as

Description

Make libxnet.so a symlink to libc.so. This makes -lxnet a no-op, as
POSIX requires for the c99 compiler.

(In fact, our c99(1) already ignores -lxnet; but our make(1) doesn't set
${CC} correctly, and our cc(1) treats xnet like any other library.)

Reviewed by: kib

Details

Provenance
cpercivaAuthored on
Reviewer
kib
Parents
rS292722: Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).
Branches
Unknown
Tags
Unknown