picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 0d66f41184d7ad649a2e2bdfde4bdb87d1b040b4
parent 7f2f85395148aca7969b4ffee4038548a4fb60c0
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue, 16 Oct 2012 07:54:06 +0200

emu64 continued
Diffstat:
Msrc64/sysdefs.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src64/sysdefs.c b/src64/sysdefs.c @@ -1,4 +1,4 @@ -/* 12oct12abu +/* 16oct12abu * (c) Software Lab. Alexander Burger */ @@ -23,7 +23,6 @@ #include <sys/resource.h> #include <netdb.h> #include <sys/socket.h> -#include <netinet/tcp.h> static int SigNums[] = { SIGHUP, SIGINT, SIGUSR1, SIGUSR2, SIGPIPE, SIGALRM, SIGTERM,