From owner-cvs-all Tue Apr 4 7:12:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 651F437B9F8; Tue, 4 Apr 2000 07:12:36 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA01023; Tue, 4 Apr 2000 07:12:36 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200004041412.HAA01023@freefall.freebsd.org> From: Bruce Evans Date: Tue, 4 Apr 2000 07:12:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/chflags chflags.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/04/04 07:12:36 PDT Modified files: usr.bin/chflags chflags.c Log: Fixed prototype for setflags(). setflags() returns int, not u_long, and "extern" in function prototypes is a style bug. The type mismatch broke chflags(1) on i386's with 64-bit longs and may have broken it on alphas. Revision Changes Path 1.8 +2 -2 src/usr.bin/chflags/chflags.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message