aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-22 16:33:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-22 16:33:57 +0200
commit14a099d04dacbb9146958d066a2c918e4d96464a (patch)
tree2cef3d29c8da187c50957051a6a8ab4f4c5cb310
parentChange TODO to NOTE. (diff)
downloadcalp-14a099d04dacbb9146958d066a2c918e4d96464a.tar.gz
calp-14a099d04dacbb9146958d066a2c918e4d96464a.tar.xz
Remove command pointer to header for termios.
-rw-r--r--module/vulgar/termios.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/vulgar/termios.scm b/module/vulgar/termios.scm
index bf92eb6d..e3bbb99d 100644
--- a/module/vulgar/termios.scm
+++ b/module/vulgar/termios.scm
@@ -1,6 +1,5 @@
;;; Module for termios interaction from Guile,
;;; Since that for some reason isn't built in.
-;; /usr/include/bits/termios.h
(define-module (vulgar termios)
:use-module (system foreign)