K 10 svn:author V 8 cperciva K 8 svn:date V 27 2015-12-25T11:29:18.386748Z K 7 svn:log V 268 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 END