Date: Wed, 25 Jul 2001 00:42:57 -0500 From: Mike Meyer <mwm@mired.org> To: "Richard Smith" <rdls@satamatics.com> Cc: <questions@freebsd.org> Subject: RE: applixware Message-ID: <15198.23649.180379.270859@guru.mired.org> In-Reply-To: <703AB71471B6024CB86D219058DB64FB02E148@matrix.satamatics.net> References: <703AB71471B6024CB86D219058DB64FB02E148@matrix.satamatics.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Richard Smith <rdls@satamatics.com> types: > > #include <sys/types.h> > > 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. <mike -- Mike Meyer <mwm@mired.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15198.23649.180379.270859>