From owner-cvs-lib Wed Jun 12 15:56:59 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA12210 for cvs-lib-outgoing; Wed, 12 Jun 1996 15:56:59 -0700 (PDT) Received: (from jraynard@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA12185; Wed, 12 Jun 1996 15:56:48 -0700 (PDT) Date: Wed, 12 Jun 1996 15:56:48 -0700 (PDT) From: James Raynard Message-Id: <199606122256.PAA12185@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdio ferror.c fgetln.c fileno.c flags.c fprintf.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jraynard 96/06/12 15:56:47 Modified: lib/libc/stdio ferror.c fgetln.c fileno.c flags.c fprintf.c Log: Code cleanup:- The usual stuff, adding missing function prototypes, argument types, return values, etc. Revision Changes Path 1.2 +1 -1 src/lib/libc/stdio/ferror.c 1.2 +1 -1 src/lib/libc/stdio/fgetln.c 1.2 +1 -1 src/lib/libc/stdio/fileno.c 1.2 +1 -1 src/lib/libc/stdio/flags.c 1.2 +1 -1 src/lib/libc/stdio/fprintf.c