From 78fd96612514a971e891b59fb73642f26fd8a85d Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 13 May 2005 11:44:16 +0000 Subject: [PATCH] DONT_SWAP not used --- servers/fs/const.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.44.0