Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/netinet6/icmp6.c 120727 2003-10-04 03:44:50Z sam $ */
---
> /* $FreeBSD: head/sys/netinet6/icmp6.c 120856 2003-10-06 14:02:09Z ume $ */
851c851
< return(IPPROTO_DONE);
---
> return (IPPROTO_DONE);
898c898
< return(-1);
---
> return (-1);
935c935
< return(-1);
---
> return (-1);
964c964
< return(-1);
---
> return (-1);
990c990
< return(-1);
---
> return (-1);
1013c1013
< return(-1);
---
> return (-1);
1048c1048
< return(-1);
---
> return (-1);
1117c1117
< return(0);
---
> return (0);
1121c1121
< return(-1);
---
> return (-1);
1400c1400
< return(NULL);
---
> return (NULL);
1477c1477
< return(n);
---
> return (n);
1483c1483
< return(NULL);
---
> return (NULL);
1675c1675
< return(0);
---
> return (0);
1683c1683
< return(0);
---
> return (0);
1746c1746
< return(addrsofif);
---
> return (addrsofif);
1753c1753
< return(addrs);
---
> return (addrs);
1772c1772
< return(0); /* needless to copy */
---
> return (0); /* needless to copy */
1842c1842
< return(copied);
---
> return (copied);
1898c1898
< return(copied);
---
> return (copied);
2788c2788
< return(error);
---
> return (error);