From 7d18c762d29affdca3145714e97db4158624b171 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 13 Oct 2017 11:54:06 +0000 Subject: [PATCH] komh says these are redundant --- os2.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/os2.c b/os2.c index 042dd78..71d810c 100644 --- a/os2.c +++ b/os2.c @@ -21,8 +21,6 @@ */ #define INCL_DOS -#define INCL_DOSFILEMGR -#define INCL_DOSMISC #include #include "sh.h" @@ -33,7 +31,7 @@ #include #include -__RCSID("$MirOS: src/bin/mksh/os2.c,v 1.4 2017/10/12 15:17:04 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/os2.c,v 1.5 2017/10/13 11:54:06 tg Exp $"); static char *remove_trailing_dots(char *); static int access_stat_ex(int (*)(), const char *, void *);