summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0005-include-sys-ttydefaults.h-for-CEOT-definition.patch
blob: 01783f45b74f67a8f8399caeff0c0d048249d2b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 1947ea776dc38c3377702dd89bd229670f4d948d Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Wed, 29 Mar 2017 23:06:52 -0700
Subject: [PATCH 5/8] include sys/ttydefaults.h for CEOT definition

Fixes

config.c:146:25: error: use of undeclared identifier 'CEOT'
                if (llen == 0 && c == CEOT)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 config.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.c b/config.c
index 804faa7..1883d12 100644
--- a/config.c
+++ b/config.c
@@ -31,6 +31,7 @@
 #include <sys/types.h>
 #include <sys/utsname.h>
 #include <sys/wait.h>
+#include <sys/ttydefaults.h>
 
 #include <gcrypt.h>
 
-- 
2.12.1

OpenPOWER on IntegriCloud