From owner-cvs-bin Sat Sep 28 14:21:32 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA21414 for cvs-bin-outgoing; Sat, 28 Sep 1996 14:21:32 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA20474; Sat, 28 Sep 1996 14:19:35 -0700 (PDT) Date: Sat, 28 Sep 1996 14:19:35 -0700 (PDT) From: Warner Losh Message-Id: <199609282119.OAA20474@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/cat cat.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 96/09/28 14:19:33 Modified: bin/cat cat.c Log: Merge in the NetBSD changes to cat.c. These appear to have come from the 4.4 lite 2 tape as well. There are now only two diffs between NetBSD's cat and FreeBSD's cat: getopt return value is -1 on NetBSD and EOF on FreeBSD. NetBSD has added setlocale calls before anything else. Revision Changes Path 1.4 +4 -4 src/bin/cat/cat.c