svn commit: r235488 - head/bin/sh

Jilles Tjoelker jilles at FreeBSD.org
Tue May 15 22:50:48 UTC 2012


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"


More information about the svn-src-all mailing list