diff options
-rw-r--r-- | editors/emacs/patches/patch-al | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/emacs/patches/patch-al b/editors/emacs/patches/patch-al deleted file mode 100644 index 5269ca7d484..00000000000 --- a/editors/emacs/patches/patch-al +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-al,v 1.5 2005/02/09 16:09:43 drochner Exp $ - ---- lib-src/movemail.c.orig 2005-02-09 16:31:55.000000000 +0100 -+++ lib-src/movemail.c -@@ -787,7 +787,7 @@ popmail (mailbox, outfile, preserve, pas - mbx_delimit_begin (mbf); - if (pop_retr (server, i, mbf) != OK) - { -- error (Errmsg, 0, 0); -+ error ("%s", Errmsg, 0); - close (mbfi); - return (1); - } |