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.

15 lines
527 B

  1. --- diskdev_cmds-332.25/newfs_hfs.tproj/makehfs.c 2015-03-27 21:58:04.163171675 -0700
  2. +++ hfsprogs-332.25/newfs_hfs.tproj/makehfs.c 2015-03-27 21:56:03.687175020 -0700
  3. @@ -2119,10 +2119,12 @@
  4. sysctl(mib, 2, sysctlstring, &datalen, NULL, 0);
  5. SHA1_Update(&context, sysctlstring, datalen);
  6. #endif
  7. +#ifndef __UCLIBC__
  8. /* The system's load average: */
  9. datalen = sizeof(sysloadavg);
  10. getloadavg(sysloadavg, 3);
  11. SHA1_Update(&context, &sysloadavg, datalen);
  12. +#endif
  13. /* The system's VM statistics: */
  14. #if !LINUX