From fc85c874b585778fe2eae90ab562103b7c8a7b6f Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Sun, 18 May 2014 15:32:02 +0100 Subject: revert to 626 to undo unintended push --- emu/Linux/os.c | 1 + emu/port/fns.h | 1 - emu/port/kproc-pthreads.c | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) (limited to 'emu') diff --git a/emu/Linux/os.c b/emu/Linux/os.c index 08b039d6..0d91518a 100644 --- a/emu/Linux/os.c +++ b/emu/Linux/os.c @@ -13,6 +13,7 @@ #include "dat.h" #include "fns.h" #include "error.h" +#include #include diff --git a/emu/port/fns.h b/emu/port/fns.h index db08957d..be825d17 100644 --- a/emu/port/fns.h +++ b/emu/port/fns.h @@ -119,7 +119,6 @@ Pgrp* newpgrp(void); Proc* newproc(void); void nexterror(void); void notkilled(void); -int nrand(int); int openmode(ulong); void osblock(void); void* oscmd(char**, int, char*, int*); diff --git a/emu/port/kproc-pthreads.c b/emu/port/kproc-pthreads.c index 5560f737..32053794 100644 --- a/emu/port/kproc-pthreads.c +++ b/emu/port/kproc-pthreads.c @@ -7,7 +7,6 @@ #include #include -#define __USE_GNU #include #include #include -- cgit v1.2.3