diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-25 10:50:30 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-25 10:50:30 +0000 |
commit | 49abaa013e6731ca5757e3657c133db395077e06 (patch) | |
tree | 9cd58e167a417fdf2a3fa5f344384b5bbe7db676 /socket.c | |
parent | 481f2fe7871aca3171165913d603fc9ce8d12739 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() { |