aboutsummaryrefslogtreecommitdiff
path: root/common/terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/terminal.c')
-rw-r--r--common/terminal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/terminal.c b/common/terminal.c
index 6274957..0c3466f 100644
--- a/common/terminal.c
+++ b/common/terminal.c
@@ -13,14 +13,14 @@
#include <linux/vt.h>
#define K_ENABLE K_UNICODE
#define K_DISABLE K_OFF
-#define FRSIG 0
+#define FRSIG 0
#elif defined(__FreeBSD__)
#include <sys/consio.h>
#include <sys/kbio.h>
#include <termios.h>
#define K_ENABLE K_XLATE
#define K_DISABLE K_RAW
-#define FRSIG SIGIO
+#define FRSIG SIGIO
#else
#error Unsupported platform
#endif