From owner-cvs-lib Fri Dec 19 20:09:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA16757 for cvs-lib-outgoing; Fri, 19 Dec 1997 20:09:54 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA16717; Fri, 19 Dec 1997 20:09:14 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA06743; Fri, 19 Dec 1997 20:06:08 -0800 (PST) Date: Fri, 19 Dec 1997 20:06:08 -0800 (PST) Message-Id: <199712200406.UAA06743@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libftpio ftpio.c ftpio.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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