Date: Sun, 12 Sep 2004 20:11:04 GMT From: Giorgos Keramidas <keramida@freebsd.org> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/71615: [PATCH] cleanup of the usr.sbin/usbd code Message-ID: <200409122011.i8CKB4eg028228@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/71615; it has been noted by GNATS. From: Giorgos Keramidas <keramida@freebsd.org> To: Dan Lukes <dan@obluda.cz> Cc: bug-followup@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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409122011.i8CKB4eg028228>