mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
368 B

  1. something with asort is broken in gawk. It's not neccessary, so we just don't use it.
  2. --- hwscan 2003-09-30 09:09:18.000000000 +0200
  3. +++ hwscan 2004-01-28 17:16:38.000000000 +0100
  4. @@ -321,7 +321,7 @@
  5. get_isapnp_drivers();
  6. get_usb_drivers();
  7. - asort(drivers);
  8. +#asort(drivers);
  9. for (i in drivers) {
  10. id = drivers[i];
  11. if ( driver_mod[id] && ! skip[id] ) {