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 5fea382d4970ab3272bc32e1cb4a61e876c62e17
parent 1278f0980b9cd309d79615a641dbd2274e491671
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed,  7 Sep 2011 12:50:16 +0200

Omit 'sigio' from OpenBSD
Diffstat:
Mtest/src/main.l | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/src/main.l b/test/src/main.l @@ -1,4 +1,4 @@ -# 11jul11abu +# 07sep11abu # (c) Software Lab. Alexander Burger ### alarm ### @@ -11,7 +11,7 @@ ### sigio ### -(unless (= *OS "SunOS") +(unless (member *OS '("SunOS" "OpenBSD")) (off "SigVal") (sigio (setq "SigSock" (port T 0 "SigPort")) (setq "SigVal" (udp "SigSock")) )