Date: Tue, 4 Apr 2000 07:12:36 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/chflags chflags.c Message-ID: <200004041412.HAA01023@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004041412.HAA01023>