Date: Thu, 7 Dec 2000 21:02:14 -0800 (PST) From: Paul Saab <ps@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand tftp.c Message-ID: <200012080502.eB852FB61830@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps 2000/12/07 21:02:14 PST Modified files: lib/libstand tftp.c Log: When TFTP tries to open a file, it is expecting struct open_file member f_devdata to be a pointer to a socket number. When currdev is "pxe", that assumption is correct. When currdev is "disk*", that assumption is incorrect. Submitted by: Jim Browne <jbrowne@jbrowne.com> Revision Changes Path 1.5 +4 -1 src/lib/libstand/tftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012080502.eB852FB61830>