From owner-cvs-lib Sat Dec 20 18:40:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA01546 for cvs-lib-outgoing; Sat, 20 Dec 1997 18:40:20 -0800 (PST) (envelope-from owner-cvs-lib) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA01529; Sat, 20 Dec 1997 18:40:11 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id SAA14023; Sat, 20 Dec 1997 18:31:08 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd014021; Sat Dec 20 18:31:01 1997 Date: Sat, 20 Dec 1997 18:28:13 -0800 (PST) From: Julian Elischer To: John Birrell cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-lib@freebsd.org Subject: Re: cvs commit: src/lib/libftpio ftpio.c ftpio.h In-Reply-To: <199712200406.UAA06743@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk welcome back! On Fri, 19 Dec 1997, John Birrell wrote: > jb 1997/12/19 20:06:07 PST > > Modified files: > lib/libftpio ftpio.c ftpio.h > Log: > Change errno usage as a field in a structure and as an argument to a > function from 'errno' to 'error' so that there is no conflict with the > thread-safe definition of errno in errno.h. > > Revision Changes Path > 1.29 +25 -25 src/lib/libftpio/ftpio.c > 1.14 +3 -3 src/lib/libftpio/ftpio.h >