From owner-cvs-lib Wed Jun 12 15:58:30 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA12388 for cvs-lib-outgoing; Wed, 12 Jun 1996 15:58:30 -0700 (PDT) Received: (from jraynard@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA12370; Wed, 12 Jun 1996 15:58:24 -0700 (PDT) Date: Wed, 12 Jun 1996 15:58:24 -0700 (PDT) From: James Raynard Message-Id: <199606122258.PAA12370@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdio fsetpos.c fvwrite.c fwalk.c getw.c mktemp.c printf.c refill.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jraynard 96/06/12 15:58:23 Modified: lib/libc/stdio fsetpos.c fvwrite.c fwalk.c getw.c mktemp.c printf.c refill.c Log: Code cleanup:- The usual stuff, adding missing function prototypes, argument types, return values, etc. In mktemp.c, convert pid from u_int to pid_t, and get rid of "extern int errno". Revision Changes Path 1.2 +1 -1 src/lib/libc/stdio/fsetpos.c 1.2 +1 -1 src/lib/libc/stdio/fvwrite.c 1.2 +1 -1 src/lib/libc/stdio/fwalk.c 1.2 +1 -1 src/lib/libc/stdio/getw.c 1.3 +4 -5 src/lib/libc/stdio/mktemp.c 1.2 +1 -1 src/lib/libc/stdio/printf.c 1.2 +2 -2 src/lib/libc/stdio/refill.c