Matthew Dillon wrote:
> :+ *
> :+ * XXX
> :+ */
> :+void
> :+sosetport(struct socket *so, lwkt_port_t port)
> :+{
> :+ so->so_port = port;
> :+}
> :+
> :
> :Err. What's the XXX for?
[...]
> Hence the XXX. Ok, I was a little sparse in my code comment :-)
Heh, I'll say :)
Thanks,
Aggelos