aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-01-16 21:12:29 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-01-16 21:12:29 +0000
commit03f13c24a8a9ec87db38b4f319d46dd88e64a508 (patch)
treee9c831443663c18480d55dd59c7b59f46a1d17d2 /pop3.c
parent1a1c64589dab9b9ed221a155db0ecc77476ae3da (diff)
downloadfetchmail-03f13c24a8a9ec87db38b4f319d46dd88e64a508.tar.gz
fetchmail-03f13c24a8a9ec87db38b4f319d46dd88e64a508.tar.bz2
fetchmail-03f13c24a8a9ec87db38b4f319d46dd88e64a508.zip
Philippe de Muyter's Motorola fixes.
svn path=/trunk/; revision=781
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pop3.c b/pop3.c
index 9a37a328..b8f67bb5 100644
--- a/pop3.c
+++ b/pop3.c
@@ -21,6 +21,8 @@
#define PROTOCOL_ERROR {error(0, 0, "protocol error"); return(PS_ERROR);}
+extern char *strstr(); /* needed on sysV68 R3V7.1. */
+
static int last;
int pop3_ok (FILE *sockfp, char *argbuf)