summaryrefslogtreecommitdiff
path: root/debian/patches/align.893.p1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/align.893.p1')
-rw-r--r--debian/patches/align.893.p117
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/align.893.p1 b/debian/patches/align.893.p1
deleted file mode 100644
index ff6add3..0000000
--- a/debian/patches/align.893.p1
+++ /dev/null
@@ -1,17 +0,0 @@
---- ./src/main.c.ORIG Sun Jan 10 00:31:13 1999
-+++ sendmail-8.9.3/src/main.c Sat Oct 30 04:29:25 1999
-@@ -528,10 +528,12 @@
- {
- for (i = 0; hp->h_addr_list[i] != NULL; i++)
- {
-+ struct in_addr ia;
- char ipbuf[103];
-
-+ bcopy(hp->h_addr_list[i], &ia, INADDRSZ);
- snprintf(ipbuf, sizeof ipbuf, "[%.100s]",
-- inet_ntoa(*((struct in_addr *) hp->h_addr_list[i])));
-+ inet_ntoa(ia));
- if (tTd(0, 4))
- printf("\ta.k.a.: %s\n", ipbuf);
- setclass('w', ipbuf);
-