From owner-cvs-all Thu May 17 12:22:51 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id C04B537B423; Thu, 17 May 2001 12:22:46 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f4HJMkM60920; Thu, 17 May 2001 12:22:46 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 99AA8380A; Thu, 17 May 2001 12:22:46 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys sysctl.h In-Reply-To: <200105171757.f4HHvbk97572@freefall.freebsd.org> Date: Thu, 17 May 2001 12:22:46 -0700 From: Peter Wemm Message-Id: <20010517192246.99AA8380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ruslan Ermilov wrote: > ru 2001/05/17 10:57:37 PDT > > Modified files: > sys/sys sysctl.h > Log: > Cosmetics to rev.1.89: removed argument names in a function prototype. It is also correct to merely move the names out of application space. ie, change: int foo(int *bar); to: int foo(int *_bar); For the bystanders, this is so that if somebody already has a macro: #define bar 1 then a later #include will fail due to: int foo(int *1); Applications are perfectly entitled to do this. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message