From owner-freebsd-questions Tue Jul 24 22:43: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-141-144.mmcable.com [24.27.141.144]) by hub.freebsd.org (Postfix) with SMTP id E9AA437B403 for ; Tue, 24 Jul 2001 22:42:58 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 42056 invoked by uid 100); 25 Jul 2001 05:42:57 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15198.23649.180379.270859@guru.mired.org> Date: Wed, 25 Jul 2001 00:42:57 -0500 To: "Richard Smith" Cc: Subject: RE: applixware In-Reply-To: <703AB71471B6024CB86D219058DB64FB02E148@matrix.satamatics.net> References: <703AB71471B6024CB86D219058DB64FB02E148@matrix.satamatics.net> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Richard Smith types: > > #include > > int getresuid(uid_t *a, uid_t *b, uid_t *c) { return 1; } > > Pretty, but: > > int getresuid(uid_t *, uid_t *, uid_t *) { return 1; } > > would be better. I don't like sloppy code either ;-) That doesn't compile for me - it complains about the paramenter name being omitted. I agree that it would be better to omit them, but the compiler won't let me. If you can tell me how to make it do that, I'd appreciate it. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message