bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 23/68] i386/i386at/autoconf.c, com.c, lpr.c: remove forward d


From: Samuel Thibault
Subject: Re: [PATCH 23/68] i386/i386at/autoconf.c, com.c, lpr.c: remove forward declarations
Date: Thu, 5 Dec 2013 06:09:12 +0900
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]