From owner-freebsd-commit Sun Oct 22 07:52:37 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA10000 for freebsd-commit-outgoing; Sun, 22 Oct 1995 07:52:37 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09987 for cvs-all-outgoing; Sun, 22 Oct 1995 07:52:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09977 for cvs-lib-outgoing; Sun, 22 Oct 1995 07:52:34 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09968 ; Sun, 22 Oct 1995 07:52:31 -0700 Date: Sun, 22 Oct 1995 07:52:31 -0700 From: Poul-Henning Kamp Message-Id: <199510221452.HAA09968@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/stdio findfp.c mktemp.c vsscanf.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/22 07:52:31 Modified: lib/libc/stdio findfp.c mktemp.c vsscanf.c Log: Minor cleanup, #include's and unused vars. Added compile-time warning to an old funky function.