Add a forgotten patch
Reported by: adamw
This commit is contained in:
parent
f23130b5aa
commit
3acc0d829c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434827
11
mail/neomutt/files/patch-getdomain.c
Normal file
11
mail/neomutt/files/patch-getdomain.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- getdomain.c.orig 2017-02-25 01:23:52 UTC
|
||||
+++ getdomain.c
|
||||
@@ -67,7 +67,7 @@ int getdnsdomainname (char *d, size_t le
|
||||
|
||||
#else /* !HAVE_GETADDRINFO_A */
|
||||
|
||||
- getaddrinfo(node, NULL, &hints, &h)
|
||||
+ getaddrinfo(node, NULL, &hints, &h);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user