aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-25 10:50:30 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-25 10:50:30 +0000
commit49abaa013e6731ca5757e3657c133db395077e06 (patch)
tree9cd58e167a417fdf2a3fa5f344384b5bbe7db676 /socket.c
parent481f2fe7871aca3171165913d603fc9ce8d12739 (diff)
downloadfetchmail-49abaa013e6731ca5757e3657c133db395077e06.tar.gz
fetchmail-49abaa013e6731ca5757e3657c133db395077e06.tar.bz2
fetchmail-49abaa013e6731ca5757e3657c133db395077e06.zip
Add useful comment.
svn path=/trunk/; revision=691
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/socket.c b/socket.c
index 7768c05f..385b458e 100644
--- a/socket.c
+++ b/socket.c
@@ -175,6 +175,8 @@ char *SockGets(char *buf, int len, FILE *sockfp)
#ifdef MAIN
/*
* Use the chargen service to test buffering directly.
+ * You may have to uncomment the `chargen' service description in your
+ * inetd.conf (and then SIGHUP inetd) for this to work.
*/
main()
{