From owner-freebsd-current Fri May 10 11:37:47 2002 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id 8EBEF37B406 for ; Fri, 10 May 2002 11:37:43 -0700 (PDT) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.3/8.12.3) with ESMTP id g4AIbh9Q090375 for ; Fri, 10 May 2002 11:37:43 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.12.3/8.12.3/Submit) id g4AIbhSl090374 for freebsd-current@freebsd.org; Fri, 10 May 2002 11:37:43 -0700 (PDT) From: "Steven G. Kargl" Message-Id: <200205101837.g4AIbhSl090374@troutmask.apl.washington.edu> Subject: bin/cp breaks world To: freebsd-current@freebsd.org Date: Fri, 10 May 2002 11:37:42 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ===> bin/cp cc -O -pipe -march=k6 -DVM_AND_BUFFER_CACHE_SYNCHRONIZED -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wformat=2 -Wno-format-extra-args -Werror -c /home/src/bin/cp/cp.c cc1: warnings being treated as errors /home/src/bin/cp/cp.c: In function `copy': /home/src/bin/cp/cp.c:275: warning: deprecated use of label at end of compound statement -- Steve http://troutmask.apl.washington.edu/~kargl/ --- /home/src/bin/cp/cp.c.orig Fri May 10 10:56:22 2002 +++ /home/src/bin/cp/cp.c Fri May 10 10:57:10 2002 @@ -272,6 +272,7 @@ badcp = rval = 1; continue; default: + ; } /* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message