diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-05-03 07:44:15 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-05-03 07:44:15 +0000 |
commit | 3b750f6003268b56dd9fcd3099ce9144d73ab24b (patch) | |
tree | 9fe64ef055d381226f1566e612518c5a0be33c0d /mail/mutt14 | |
parent | cae437add6ce7642bb119e3dfc8d5ba48a0cda34 (diff) | |
download | ports-3b750f6003268b56dd9fcd3099ce9144d73ab24b.tar.gz ports-3b750f6003268b56dd9fcd3099ce9144d73ab24b.zip |
Notes
Diffstat (limited to 'mail/mutt14')
-rw-r--r-- | mail/mutt14/files/patch-init.c | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/mail/mutt14/files/patch-init.c b/mail/mutt14/files/patch-init.c index 4d0363a9c1bb..389b682cfa11 100644 --- a/mail/mutt14/files/patch-init.c +++ b/mail/mutt14/files/patch-init.c @@ -1,16 +1,6 @@ --- init.c.orig Wed Jul 24 10:41:29 2002 -+++ init.c Wed Apr 30 13:06:45 2003 -@@ -45,7 +45,9 @@ - #include <stdlib.h> - #include <unistd.h> - #include <string.h> -+#if __FreeBSD_version >= 500000 - #include <sys/utsname.h> -+#endif - #include <errno.h> - #include <sys/wait.h> - -@@ -1707,7 +1709,11 @@ ++++ init.c Sat May 3 08:46:29 2003 +@@ -1707,7 +1707,11 @@ void mutt_init (int skip_sys_rc, LIST *commands) { struct passwd *pw; @@ -22,7 +12,7 @@ char *p, buffer[STRING], error[STRING]; int i, default_rc = 0, need_pause = 0; BUFFER err; -@@ -1765,16 +1771,21 @@ +@@ -1765,16 +1769,21 @@ #endif /* And about the host... */ |