Compile fix for major

This commit is contained in:
Ben Gras 2006-01-27 14:31:27 +00:00
parent 3ef1d71b75
commit ae5ba10b9e

View file

@ -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 */