diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2016-05-02 09:16:44 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2016-05-02 09:16:44 +0300 |
commit | f5a97ed5f9f5788655dbb4720b669a7235b5d663 (patch) | |
tree | 96a79efd42b3646f5eb94a1b6e316e57db66c88a /accel-pppd | |
parent | 08c023d6e1151a57095984f15b74be23e32f3ebe (diff) | |
download | accel-ppp-f5a97ed5f9f5788655dbb4720b669a7235b5d663.tar.gz accel-ppp-f5a97ed5f9f5788655dbb4720b669a7235b5d663.zip |
fixed typo in the previous commit
Diffstat (limited to 'accel-pppd')
-rw-r--r-- | accel-pppd/ifcfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ifcfg.c b/accel-pppd/ifcfg.c index 1d71cd96..246aa643 100644 --- a/accel-pppd/ifcfg.c +++ b/accel-pppd/ifcfg.c @@ -1,4 +1,4 @@ -[6~#include <unistd.h> +#include <unistd.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> |