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.

30 lines
633 B

  1. --- a/fsck_hfs.tproj/fsck_hfs.h
  2. +++ b/fsck_hfs.tproj/fsck_hfs.h
  3. @@ -24,6 +24,7 @@
  4. #include "cache.h"
  5. +#include <sys/cdefs.h>
  6. const extern char *cdevname; /* name of device being checked */
  7. extern char *progname;
  8. --- a/newfs_hfs.tproj/makehfs.c
  9. +++ b/newfs_hfs.tproj/makehfs.c
  10. @@ -28,6 +28,7 @@
  11. */
  12. +#include <sys/cdefs.h>
  13. #include <sys/param.h>
  14. #include <sys/types.h>
  15. #include <sys/time.h>
  16. --- a/newfs_hfs.tproj/newfs_hfs.c
  17. +++ b/newfs_hfs.tproj/newfs_hfs.c
  18. @@ -34,6 +34,7 @@
  19. #include <syslog.h>
  20. #include <unistd.h>
  21. +#include <sys/cdefs.h>
  22. #include <sys/ioctl.h>
  23. #include <sys/mount.h>
  24. #include <sys/param.h>