bin/71615: [PATCH] cleanup of the usr.sbin/usbd code

Giorgos Keramidas keramida at freebsd.org
Sun Sep 12 13:11:04 PDT 2004


The following reply was made to PR bin/71615; it has been noted by GNATS.

From: Giorgos Keramidas <keramida at freebsd.org>
To: Dan Lukes <dan at obluda.cz>
Cc: bug-followup at freebsd.org
Subject: Re: bin/71615: [PATCH] cleanup of the usr.sbin/usbd code
Date: Sun, 12 Sep 2004 21:49:31 +0300

 On 2004-09-12 04:37, Dan Lukes <dan at obluda.cz> wrote:
 >   		printf(" at %ld.%09ld, %s, %s:\n",
 > - 			timespec->tv_sec, timespec->tv_nsec,
 > + 			(long int)timespec->tv_sec, timespec->tv_nsec,
 >   			devinfo->udi_product, devinfo->udi_vendor);
 
 This should probably use a cast to unsigned long or intmax_t.


More information about the freebsd-bugs mailing list