Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   lukem
Date:           Wed Sep 29 00:44:01 UTC 1999

Modified Files:
        basesrc/usr.bin/ftp: fetch.c ftp.c util.c

Log Message:
* consistentnly use memset(a,0,c); there were some cases of memset(a,'\0',c)
* remove explicit extern int h_errno; it's in <netdb.h>
* add <termios.h> back to util.c; it contains struct winsize on some systems


To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.69 -r1.70 basesrc/usr.bin/ftp/ftp.c
cvs rdiff -r1.67 -r1.68 basesrc/usr.bin/ftp/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index