| 123456789101112131415161718192021 |
- --- common/error.cc Wed Oct 16 13:53:49 2002
- +++ common/error.cc Wed Oct 16 18:01:24 2002
- @@ -28,6 +28,7 @@
- #include <ac/stdlib.h>
- #include <ac/string.h>
-
- +#include <sys/types.h>
- #include <grp.h>
- #include <pwd.h>
- #include <ac/unistd.h>
- --- common/tar/input/filename.cc Wed Oct 16 13:53:49 2002
- +++ common/tar/input/filename.cc Wed Oct 16 18:01:36 2002
- @@ -27,7 +27,6 @@
- #include <ac/unistd.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- -#include <sys/sysmacros.h>
- #include <pwd.h>
- #include <grp.h>
-
|