X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/72ac627fd7f017a392afab5a5a737d1026664135..5ae55757749249636c92aa7e3ddc2f7e83b52eb0:/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff?ds=inline diff --git a/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff b/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff index e55bdc6..6220c0f 100644 --- a/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff +++ b/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff @@ -1,6 +1,6 @@ ---- init.c.orig -+++ init.c -@@ -46,6 +46,7 @@ +--- a/init.c ++++ b/init.c +@@ -47,6 +47,7 @@ #include #include #include @@ -8,7 +8,7 @@ #include #include -@@ -2770,6 +2771,31 @@ +@@ -2952,6 +2953,31 @@ return 0; } @@ -40,7 +40,7 @@ void mutt_init (int skip_sys_rc, LIST *commands) { struct passwd *pw; -@@ -2841,10 +2867,25 @@ +@@ -3026,10 +3052,25 @@ Hostname = mutt_substrdup (utsname.nodename, p); p++; strfcpy (buffer, p, sizeof (buffer)); /* save the domain for below */