diff options
Diffstat (limited to 'mail/elm/patches/patch-src_alias.c')
-rw-r--r-- | mail/elm/patches/patch-src_alias.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/elm/patches/patch-src_alias.c b/mail/elm/patches/patch-src_alias.c new file mode 100644 index 00000000000..369cf1acc4a --- /dev/null +++ b/mail/elm/patches/patch-src_alias.c @@ -0,0 +1,13 @@ +$NetBSD: patch-src_alias.c,v 1.1 2013/02/26 11:08:17 joerg Exp $ + +--- src/alias.c.orig 2013-02-25 16:38:02.000000000 +0000 ++++ src/alias.c +@@ -705,7 +705,7 @@ int num_to_delete; + return(0); + } + +-alias() ++void alias(void) + { + /* + * Work with alias commands... |