From owner-cvs-all Thu Dec 7 21: 2:18 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 21:02:15 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A9CE37B400; Thu, 7 Dec 2000 21:02:15 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB852FB61830; Thu, 7 Dec 2000 21:02:15 -0800 (PST) (envelope-from ps) Message-Id: <200012080502.eB852FB61830@freefall.freebsd.org> From: Paul Saab Date: Thu, 7 Dec 2000 21:02:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand tftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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