mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-05-25 03:36:31 +02:00
Include filemode.h.
This commit is contained in:
+1
-1
@@ -27,6 +27,7 @@
|
||||
#include "closeout.h"
|
||||
#include "error.h"
|
||||
#include "savedir.h"
|
||||
#include "filemode.h"
|
||||
|
||||
enum Change_status
|
||||
{
|
||||
@@ -47,7 +48,6 @@ enum Verbosity
|
||||
V_off
|
||||
};
|
||||
|
||||
void mode_string ();
|
||||
void strip_trailing_slashes ();
|
||||
|
||||
static int change_dir_mode PARAMS ((const char *dir,
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
#include "xstrtol.h"
|
||||
#include "strverscmp.h"
|
||||
#include "quotearg.h"
|
||||
#include "filemode.h"
|
||||
|
||||
#define obstack_chunk_alloc malloc
|
||||
#define obstack_chunk_free free
|
||||
@@ -132,8 +133,6 @@ struct bin_str
|
||||
time_t time ();
|
||||
#endif
|
||||
|
||||
void mode_string ();
|
||||
|
||||
char *getgroup ();
|
||||
char *getuser ();
|
||||
void strip_trailing_slashes ();
|
||||
@@ -2183,6 +2182,7 @@ print_long_format (const struct fileinfo *f)
|
||||
char *user_name;
|
||||
|
||||
#if HAVE_ST_DM_MODE
|
||||
/* Cray DMF: look at the file's migrated, not real, status */
|
||||
mode_string (f->stat.st_dm_mode, modebuf);
|
||||
#else
|
||||
mode_string (f->stat.st_mode, modebuf);
|
||||
|
||||
Reference in New Issue
Block a user