Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Seth Alan Woolley (9240f67195663b54d2be80a8558c72049693579a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Seth Alan Woolley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Seth Alan Woolley (9240f67195663b54d2be80a8558c72049693579a)
  • Date: Wed, 28 Dec 2011 01:19:58 -0600

GIT changes to master grimoire by Seth Alan Woolley <seth AT mail.swoolley.org>:

net/host/64-bit-host.patch | 14 ++++++++++++++
1 files changed, 14 insertions(+)

New commits:
commit 9240f67195663b54d2be80a8558c72049693579a
Author: Seth Alan Woolley <seth AT mail.swoolley.org>
Commit: Seth Alan Woolley <seth AT mail.swoolley.org>

add 64-bit-host.patch to net/host

diff --git a/net/host/64-bit-host.patch b/net/host/64-bit-host.patch
new file mode 100644
index 0000000..f6ee9e3
--- /dev/null
+++ b/net/host/64-bit-host.patch
@@ -0,0 +1,14 @@
+--- host.h.old 2011-12-27 23:07:51.000000000 -0800
++++ host.h 2011-12-27 22:55:36.000000000 -0800
+@@ -108,7 +108,7 @@
+ # define NOCHANGE 0xf /* compatibility with older BIND
+versions */
+ #endif
+
+-#define NOT_DOTTED_QUAD ((ipaddr_t) -1)
++#define NOT_DOTTED_QUAD ((ipaddr_t) 0xffffffffU)
+ #define BROADCAST_ADDR ((ipaddr_t) 0xffffffffU)
+ #define LOCALHOST_ADDR ((ipaddr_t) 0x7f000001U)
+
+
+



  • [SM-Commit] GIT changes to master grimoire by Seth Alan Woolley (9240f67195663b54d2be80a8558c72049693579a), Seth Alan Woolley, 12/28/2011

Archive powered by MHonArc 2.6.24.

Top of Page