Re: Improved Build Process

2009-12-27 Thread David Shuman

My apologies to all for the suggestion I should not have made.

Best Wishes to All.



tiny typo

2009-12-27 Thread Holger Mikolon

Index: frag6.c
===
RCS file: /cvs/src/sys/netinet6/frag6.c,v
retrieving revision 1.27
diff -u frag6.c
--- frag6.c 23 Nov 2008 13:30:59 -  1.27
+++ frag6.c 27 Dec 2009 18:30:04 -
@@ -640,7 +640,7 @@
/* adjust pointer */
ip6 = mtod(m, struct ip6_hdr *);

-   /* restoure source and destination addresses */
+   /* restore source and destination addresses */
ip6-ip6_src = q6-ip6q_src;
ip6-ip6_dst = q6-ip6q_dst;