From 65f46b06ed0004cfe66f67c04da66b0cd508e5a4 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 28 Apr 2014 18:08:42 +0200 Subject: [PATCH 2/8] include/carefulputc: remove a duplicate include Also tweak a comment. Signed-off-by: Benno Schulenberg --- include/carefulputc.h | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/include/carefulputc.h b/include/carefulputc.h index 2273028..f29dc69 100644 --- a/include/carefulputc.h +++ b/include/carefulputc.h @@ -1,11 +1,12 @@ #ifndef UTIL_LINUX_CAREFUULPUTC_H #define UTIL_LINUX_CAREFUULPUTC_H -/* putc() for use in write and wall (that sometimes are sgid tty) */ -/* Avoid control characters in our locale, and also ASCII control characters. - Note that the locale of the recipient is unknown. */ +/* + * A putc() for use in write and wall (that sometimes are sgid tty). + * It avoids control characters in our locale, and also ASCII control + * characters. Note that the locale of the recipient is unknown. +*/ #include -#include #include #include -- 1.7.0.4