X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/4988a192dab00d86203bd44995b53284abfa1474..2e7182697857527a3a62b16740812f3a9a1d99b9:/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff diff --git a/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff b/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff index de6765e..e55bdc6 100644 --- a/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff +++ b/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff @@ -1,5 +1,5 @@ ---- mutt-1.5.11.orig/init.c -+++ mutt-1.5.11/init.c +--- init.c.orig ++++ init.c @@ -46,6 +46,7 @@ #include #include @@ -8,7 +8,7 @@ #include #include -@@ -2761,6 +2762,31 @@ +@@ -2770,6 +2771,31 @@ return 0; } @@ -40,7 +40,7 @@ void mutt_init (int skip_sys_rc, LIST *commands) { struct passwd *pw; -@@ -2832,10 +2858,25 @@ +@@ -2841,10 +2867,25 @@ Hostname = mutt_substrdup (utsname.nodename, p); p++; strfcpy (buffer, p, sizeof (buffer)); /* save the domain for below */