search for: nopciid

Displaying 1 result from an estimated 1 matches for "nopciid".

Did you mean: nopciids
2010 Jun 18
2
[PATCH] hdt & gcc -Werror
...d, pci_device->product, pci_device->sub_vendor, pci_device->sub_product); - more_printf(first_line); - more_printf(second_line); + more_printf("%s", first_line); + more_printf("%s", second_line); more_printf("\n"); } else if (nopciids == true) { if (nomodulesfile == true) { diff --git a/com32/hdt/hdt-cli-pxe.c b/com32/hdt/hdt-cli-pxe.c index 3a61bc0..29e760a 100644 --- a/com32/hdt/hdt-cli-pxe.c +++ b/com32/hdt/hdt-cli-pxe.c @@ -66,14 +66,14 @@ void main_show_pxe(int argc __unused, char **argv __unused, snprintf(buffer,...