Unify Const.h, sj_const.h, and sj_const2.h

Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
Masanori Ogino 2023-12-08 13:31:21 +09:00
commit d104c6f1c9
28 changed files with 360 additions and 562 deletions

3
main.c
View file

@ -43,7 +43,7 @@
#include <stdlib.h>
#include <unistd.h>
#include "Const.h"
#include "const.h"
#include "server.h"
extern int fork_flag;
@ -158,7 +158,6 @@ leave_tty(void)
ioctl(tmp, TIOCNOTTY, 0);
close(tmp);
}
#endif
}
}