increase system-wide filename limit to 255
. move mfs-specific struct, constants to mfs/, so mfs-specific, on-disk format structs and consts are fully isolated from generic structs and functions . removes de and readfs utils
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef _MINIX_ANSI_H
|
||||
#include <minix/ansi.h>
|
||||
#endif
|
||||
#include <minix/types.h>
|
||||
|
||||
#include <sys/null.h> /* For NULL */
|
||||
|
||||
@@ -56,8 +57,7 @@ typedef struct __iobuf {
|
||||
|
||||
#define FOPEN_MAX 20
|
||||
|
||||
#include <minix/dir.h>
|
||||
#define FILENAME_MAX DIRSIZ
|
||||
#define FILENAME_MAX NAME_MAX
|
||||
|
||||
#define TMP_MAX 999
|
||||
#define L_tmpnam (sizeof("/tmp/") + FILENAME_MAX)
|
||||
|
||||
Reference in New Issue
Block a user