Marin Ramesa, le Fri 29 Nov 2013 22:53:48 +0100, a écrit :
> @@ -70,7 +62,7 @@ struct tty lpr_tty[NLPR];
> int lpr_alive[NLPR];
>
> int
> -lprprobe(port, dev)
> +lprprobe(dev)
> struct bus_device *dev;
> {
> u_short addr = (u_short) dev->address;Why the change in the prototype? The probe functions really start with an int parameter. -- Samuel
