Skip to content

Commit

Permalink
simplify build/installation, do not build to run as normal user
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Apr 23, 2000
1 parent 69a4f0b commit 21dfda2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions netbsd/pkgsrc/net/totd/patch-aa
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@
--- ne_io.c- Wed Oct 6 19:39:39 1999
+++ ne_io.c Wed Oct 6 19:39:57 1999
@@ -1100,7 +1100,7 @@
memset (&dest6, 0, sizeof (dest6));
dest6.sin6_len = sizeof (dest6);
dest6.sin6_family = AF_INET6;
- memcpy (&(dest6.sin6_addr.s6_addr32[3]), &(sin_p->sin_addr),
+ memcpy (&(dest6.sin6_addr.s6_addr[12]), &(sin_p->sin_addr),
sizeof (u_int32_t));
sa_p = (struct sockaddr *) & dest6;
} else if (dest_p->sa_family == AF_INET6)

0 comments on commit 21dfda2

Please sign in to comment.