summaryrefslogtreecommitdiffstats
path: root/bin/pax/tty_subs.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-10-23 21:23:27 +0000
committerache <ache@FreeBSD.org>1995-10-23 21:23:27 +0000
commit73ab20d2fc1071aff9034045be14d44674237217 (patch)
treeebe7c0754cf87fed027b73aefc15f1e0d29e7c03 /bin/pax/tty_subs.c
parent76a4f2bbdd467a55e19748db102bd78f846f6ddf (diff)
downloadFreeBSD-src-73ab20d2fc1071aff9034045be14d44674237217.zip
FreeBSD-src-73ab20d2fc1071aff9034045be14d44674237217.tar.gz
Remove unneded ctype.h everywhere
Add setlocale LC_TIME
Diffstat (limited to 'bin/pax/tty_subs.c')
-rw-r--r--bin/pax/tty_subs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/pax/tty_subs.c b/bin/pax/tty_subs.c
index 4a6cb58..0c47fac 100644
--- a/bin/pax/tty_subs.c
+++ b/bin/pax/tty_subs.c
@@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: tty_subs.c,v 1.2 1994/09/24 02:56:38 davidg Exp $
*/
#ifndef lint
@@ -47,7 +47,6 @@ static char sccsid[] = "@(#)tty_subs.c 8.2 (Berkeley) 4/18/94";
#include <sys/param.h>
#include <fcntl.h>
#include <stdio.h>
-#include <ctype.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud