X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/90ca98902668310adea2bd544a61a3d6c9c12f1c..c57d201781ba63549ff5d9c6e759beabaef18988:/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 61d04ce..13a96b6 100644 --- a/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff +++ b/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff @@ -3,16 +3,16 @@ used, rather than calling gethostbyname() on the actual hostname --- a/init.c +++ b/init.c -@@ -47,6 +47,7 @@ +@@ -48,6 +48,7 @@ #include #include #include +#include #include #include - -@@ -2953,6 +2954,31 @@ - return 0; + #include +@@ -2952,6 +2953,31 @@ + srandom(seed); } +int getmailname(char *s, size_t l)