tardy.patch 513 B

123456789101112131415161718192021
  1. --- common/error.cc Wed Oct 16 13:53:49 2002
  2. +++ common/error.cc Wed Oct 16 18:01:24 2002
  3. @@ -28,6 +28,7 @@
  4. #include <ac/stdlib.h>
  5. #include <ac/string.h>
  6. +#include <sys/types.h>
  7. #include <grp.h>
  8. #include <pwd.h>
  9. #include <ac/unistd.h>
  10. --- common/tar/input/filename.cc Wed Oct 16 13:53:49 2002
  11. +++ common/tar/input/filename.cc Wed Oct 16 18:01:36 2002
  12. @@ -27,7 +27,6 @@
  13. #include <ac/unistd.h>
  14. #include <sys/types.h>
  15. #include <sys/stat.h>
  16. -#include <sys/sysmacros.h>
  17. #include <pwd.h>
  18. #include <grp.h>