mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-12 06:57:33 +02:00
Do not include config.h; no longer needed. Anyway, config.h should always be included before any other file.
8 lines
97 B
C
8 lines
97 B
C
#ifndef FILEMODE_H_
|
|
|
|
# include <sys/types.h>
|
|
|
|
void mode_string (mode_t mode, char *str);
|
|
|
|
#endif
|