Re: Multiple IP's im Jail - Patch

From: till toenges <tt(at)mail.isis.de>
Date: Fri, 10 Dec 2004 18:30:35 +0100

till toenges wrote:
> BTW, ganz wild geraten:
>
> int
> in6_pcbbind(inp, nam, cred)
> register struct inpcb *inp;
> struct sockaddr *nam;
> struct ucred *cred;
>
> soll vielleicht eher
>
> int
> in6_pcbbind(inp, nam, cred)
                         ^^^^

Ach, hier muss das natürlich auch

int
in6_pcbbind(inp, nam, td)
        register struct inpcb *inp;
        struct sockaddr *nam;
        struct thread *td;

heissen. Sorry.

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Fri 10 Dec 2004 - 18:32:46 CET

search this site