From ae5ba10b9e50cd763749c65c262162d49e57501b Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 27 Jan 2006 14:31:27 +0000 Subject: [PATCH] Compile fix for major --- commands/de/de_stdout.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/de/de_stdout.c b/commands/de/de_stdout.c index 350f5c489..c95a1c2bc 100755 --- a/commands/de/de_stdout.c +++ b/commands/de/de_stdout.c @@ -32,8 +32,10 @@ #include "de.h" +#ifndef major #define major(x) ( (x>>8) & 0377) #define minor(x) (x & 0377) +#endif /****************************************************************/ /* Code for handling termcap */ -- 2.44.0