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:   cgd
Date:           Sun Jun 20 22:07:29 UTC 1999

Modified Files:
        basesrc/usr.bin/ftp: cmds.c cmdtab.c complete.c extern.h fetch.c
            ftp_var.h main.c util.c

Log Message:
split the "SMALL" #ifdefs into ones for NO_ABOUT, NO_EDITCOMPLETE, and
NO_PROGRESS.  -DSMALL still implies all of those.  progress meter support
isn't necessary for the smallest possible ftp client, but it adds very
little space and makes users' lives much better.  Therefore, it should
be enabled for installation media if at all possible.


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 basesrc/usr.bin/ftp/cmds.c
cvs rdiff -r1.20 -r1.21 basesrc/usr.bin/ftp/cmdtab.c
cvs rdiff -r1.23 -r1.24 basesrc/usr.bin/ftp/complete.c
cvs rdiff -r1.28 -r1.29 basesrc/usr.bin/ftp/extern.h
cvs rdiff -r1.55 -r1.56 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.31 -r1.32 basesrc/usr.bin/ftp/ftp_var.h
cvs rdiff -r1.42 -r1.43 basesrc/usr.bin/ftp/main.c
cvs rdiff -r1.49 -r1.50 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