* move _all_ #include stuff into sh.h
* sort out #include stuff which isn't necessary on MirOS into compat.h
This commit is contained in:
7
eval.c
7
eval.c
@ -1,12 +1,9 @@
|
||||
/** $MirOS: src/bin/mksh/eval.c,v 1.7 2005/07/12 13:30:38 tg Exp $ */
|
||||
/** $MirOS: src/bin/mksh/eval.c,v 1.8 2005/10/25 19:53:27 tg Exp $ */
|
||||
/* $OpenBSD: eval.c,v 1.27 2005/03/30 17:16:37 deraadt Exp $ */
|
||||
|
||||
#include "sh.h"
|
||||
#include <sys/stat.h>
|
||||
#include <dirent.h>
|
||||
#include <pwd.h>
|
||||
|
||||
__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.7 2005/07/12 13:30:38 tg Exp $");
|
||||
__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.8 2005/10/25 19:53:27 tg Exp $");
|
||||
|
||||
/*
|
||||
* string expansion
|
||||
|
Reference in New Issue
Block a user