save more whitespace and make it compile again (oops)

This commit is contained in:
tg
2006-08-22 22:21:20 +00:00
parent a87ff74cbd
commit 5b2be8517f

7
sh.h
View File

@@ -8,7 +8,7 @@
/* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */ /* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */
/* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */ /* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.36 2006/08/22 22:16:04 tg Exp $" #define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.37 2006/08/22 22:21:20 tg Exp $"
#include <sys/param.h> #include <sys/param.h>
@@ -44,8 +44,6 @@
#include <termios.h> #include <termios.h>
#include <time.h> #include <time.h>
#include <unistd.h> #include <unistd.h>
#include "compat.h"
#include "version.h"
/* some useful #defines */ /* some useful #defines */
#ifdef EXTERN #ifdef EXTERN
@@ -56,6 +54,9 @@
# define EXTERN_DEFINED # define EXTERN_DEFINED
#endif #endif
#include "compat.h"
#include "version.h"
#define EXECSHELL "/bin/mksh" #define EXECSHELL "/bin/mksh"
#define EXECSHELL_STR "EXECSHELL" #define EXECSHELL_STR "EXECSHELL"