From owner-cvs-all Fri Sep 25 05:20:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA23534 for cvs-all-outgoing; Fri, 25 Sep 1998 05:20:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA23527; Fri, 25 Sep 1998 05:20:31 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA23437; Fri, 25 Sep 1998 05:20:28 -0700 (PDT) Date: Fri, 25 Sep 1998 05:20:28 -0700 (PDT) Message-Id: <199809251220.FAA23437@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdio vfscanf.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/25 05:20:27 PDT Modified files: lib/libc/stdio vfscanf.c Log: Apply patch to properly sscanf(3) when there is whitespace in the format string. From the submitted patch: Credit for patch: Chris Torek Tod Miller This makes us in line with SunOS 4.1.3_U1, Solaris 2.6, OpenBSD 2.3, HP-UX 10.20, Irix 5.3. The previous behavior was in line with Ultrix 4.4. PR: bin/7970 Submitted by: Niall Smart nialls@euristix.ie Revision Changes Path 1.13 +2 -7 src/lib/libc/stdio/vfscanf.c