X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/3324c6858ba6891531d8bb2e3e0d15f5b413c441..753c3b3409564dc4fe3824cba6272babc6db5fe6:/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)