From 58b307822eb474e4d1030b3986d71f2de7651d5e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 12 Aug 2000 04:14:37 +0000 Subject: Hope this nails the bad argument type. svn path=/trunk/; revision=2947 --- socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socket.c b/socket.c index 50533c33..808846f3 100644 --- a/socket.c +++ b/socket.c @@ -118,7 +118,7 @@ static int handle_plugin(const char *host, /* get a socket mediated through a given external command */ { int fds[2]; - const char **argvec; + char **argvec; if (socketpair(AF_UNIX,SOCK_STREAM,0,fds)) { report(stderr, _("fetchmail: socketpair failed\n")); -- cgit v1.2.3