Commit f7bce90c authored by Wayne Davison's avatar Wayne Davison

- Got rid of the externs for io_read_phase and io_write_phase.

- Added stub definition for chmod_mode_struct.
parent b33ce4c8
...@@ -640,6 +640,7 @@ struct stats { ...@@ -640,6 +640,7 @@ struct stats {
int current_file_index; int current_file_index;
}; };
struct chmod_mode_struct;
#include "byteorder.h" #include "byteorder.h"
#include "lib/mdfour.h" #include "lib/mdfour.h"
...@@ -872,5 +873,3 @@ const char *get_panic_action(void); ...@@ -872,5 +873,3 @@ const char *get_panic_action(void);
#endif #endif
#define UNUSED(x) x __attribute__((__unused__)) #define UNUSED(x) x __attribute__((__unused__))
extern const char *io_write_phase, *io_read_phase;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment