From: Ben Gras Date: Fri, 13 May 2005 11:44:16 +0000 (+0000) Subject: DONT_SWAP not used X-Git-Tag: v3.1.0~844 X-Git-Url: http://zhaoyanbai.com/repos/man.genrandom.html?a=commitdiff_plain;h=78fd96612514a971e891b59fb73642f26fd8a85d;p=minix.git DONT_SWAP not used --- diff --git a/servers/fs/const.h b/servers/fs/const.h index a7f73bb6d..293f48fae 100644 --- a/servers/fs/const.h +++ b/servers/fs/const.h @@ -54,7 +54,6 @@ #define MTIME 010 /* set if mtime field needs updating */ #define BYTE_SWAP 0 /* tells conv2/conv4 to swap bytes */ -#define DONT_SWAP 1 /* tells conv2/conv4 not to swap bytes */ #define END_OF_FILE (-104) /* eof detected */