mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-06 09:06:54 +02:00
sim: remove declaration for getenv()
This commit is contained in:
committed by
R. Timothy Edwards
parent
b5ac7e4f92
commit
67f7db9540
+1
-1
@@ -23,6 +23,7 @@
|
||||
#ifdef RSIM_MODULE
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <signal.h>
|
||||
@@ -159,7 +160,6 @@ SimStartRsim(
|
||||
pid_t child;
|
||||
int magToRsimPipe[2];
|
||||
int rsimToMagPipe[2];
|
||||
char *getenv();
|
||||
char rsimfile[256];
|
||||
char *cad = BIN_DIR;
|
||||
const char *src;
|
||||
|
||||
Reference in New Issue
Block a user