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:           Mon Jan 31 22:01:06 UTC 2000

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

Log Message:
define private type `sigfunc' as
        typedef void (*sigfunc) __P((int));
and replace use of sig_t and void (*)(int).

certain other OSes define sig_t differently to that (they add extra arguments),
and it causes problems due to function mismatches, etc...


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 basesrc/usr.bin/ftp/cmds.c
cvs rdiff -r1.51 -r1.52 basesrc/usr.bin/ftp/extern.h \
    basesrc/usr.bin/ftp/ftp_var.h
cvs rdiff -r1.103 -r1.104 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.89 -r1.90 basesrc/usr.bin/ftp/ftp.c
cvs rdiff -r1.90 -r1.91 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