diff options
Diffstat (limited to 'usr.bin/mg/sysdef.h')
-rw-r--r-- | usr.bin/mg/sysdef.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/mg/sysdef.h b/usr.bin/mg/sysdef.h index 6da1d1937c0..b2964fbc179 100644 --- a/usr.bin/mg/sysdef.h +++ b/usr.bin/mg/sysdef.h @@ -27,7 +27,6 @@ typedef short KCHAR; /* Type for internal keystrokes */ #define MALLOCROUND(m) (m+=7,m&=~7) /* round up to 8 byte boundry */ #define fncmp strcmp /* file name comparison */ -#define unlinkdir(fn) rmdir(fn) /* unlink directory */ #define gettermtype() getenv("TERM") /* determine terminal type */ struct fileinfo { |