fix compilation on != OpenBSD - clic - Clic is an command line interactive client for gopher written in Common LISP HTML git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit a387aad5e141816a78258799fc9ec691b74fd726 DIR parent 22248dc9ab2895d7bcf8b3bcfcf76eb48ecc075f HTML Author: Solene Rapenne <solene@perso.pw> Date: Fri, 22 Jun 2018 10:22:28 +0200 fix compilation on != OpenBSD Diffstat: M clic.lisp | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) --- DIR diff --git a/clic.lisp b/clic.lisp @@ -417,6 +417,7 @@ (quit)) ((string= "-k" url) + #+openbsd (c-kiosk-pledge) (setf *kiosk-mode* t)) @@ -735,6 +736,7 @@ print to stdout and exit." ;; pledge support on OpenBSD + #+openbsd (c-pledge) ;; re-enable SIGINT (Ctrl+C) disabled for loading clic