setterm: use c.h, remove tailing whitespace

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2009-10-16 01:40:58 +02:00
parent ad564eadf9
commit b6e899d934
1 changed files with 9 additions and 13 deletions

View File

@ -115,6 +115,8 @@
#ifdef HAVE_LINUX_TIOCL_H
#include <linux/tiocl.h>
#endif
#include "c.h"
#include "nls.h"
#if __GNU_LIBRARY__ < 5
@ -130,12 +132,6 @@ extern int klogctl(int type, char *buf, int len);
/* Constants. */
/* General constants. */
#ifndef TRUE
#define TRUE 1
#define FALSE 0
#endif
/* Keyboard types. */
#define PC 0
#define OLIVETTI 1