Date: Fri, 22 Mar 2002 12:28:53 -0500 (EST) From: Garrett Wollman <wollman@lcs.mit.edu> To: "M. Warner Losh" <imp@village.org> Cc: current@FreeBSD.ORG Subject: X11 breakage Message-ID: <200203221728.g2MHSrI85002@khavrinen.lcs.mit.edu> In-Reply-To: <20020322.100805.81894785.imp@village.org> References: <20020322.100805.81894785.imp@village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Fri, 22 Mar 2002 10:08:05 -0700 (MST), "M. Warner Losh" <imp@village.org> said: > -int ioctl(int, unsigned long, ...); > +int ioctl __P((int, unsigned long, ...)); int (ioctl)(int, unsigned long, ...); is the ISO-sanctioned way. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203221728.g2MHSrI85002>