Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 May 2012 22:50:48 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r235488 - head/bin/sh
Message-ID:  <201205152250.q4FMomAX009388@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Tue May 15 22:50:47 2012
New Revision: 235488
URL: http://svn.freebsd.org/changeset/base/235488

Log:
  sh: Remove an unused header.
  
  The read builtin no longer does things with termios.

Modified:
  head/bin/sh/miscbltin.c

Modified: head/bin/sh/miscbltin.c
==============================================================================
--- head/bin/sh/miscbltin.c	Tue May 15 22:47:34 2012	(r235487)
+++ head/bin/sh/miscbltin.c	Tue May 15 22:50:47 2012	(r235488)
@@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$");
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <termios.h>
 
 #include "shell.h"
 #include "options.h"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205152250.q4FMomAX009388>