no message

svn path=/trunk/; revision=267
This commit is contained in:
Boudewijn Dekker 1999-02-25 21:27:29 +00:00
parent d9625dff78
commit 7946500988
2 changed files with 2 additions and 1 deletions

View file

@ -37,6 +37,7 @@ void _fwalk(void (*)(FILE *));
char __is_text_file(FILE *p);
int _doprnt(const char *fmt, va_list args, FILE *f);
int _dowprnt(const char *fmt, va_list args, FILE *f);
int _doscan(FILE *iop, const char *fmt, void **argp);
void *filehnd(int fileno);

View file

@ -1,7 +1,7 @@
#include <process.h>
#include <windows.h>
int _system(const char *command)
int system(const char *command)
{
char CmdLine[MAX_PATH];
char *comspec = getenv("COMSPEC");