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
1 changed files with 76 additions and 75 deletions

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: 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>
@ -44,8 +44,6 @@
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include "compat.h"
#include "version.h"
/* some useful #defines */
#ifdef EXTERN
@ -56,6 +54,9 @@
# define EXTERN_DEFINED
#endif
#include "compat.h"
#include "version.h"
#define EXECSHELL "/bin/mksh"
#define EXECSHELL_STR "EXECSHELL"