Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit ffs needs strings.h



details:   https://anonhg.NetBSD.org/src/rev/5e9a39b12201
branches:  trunk
changeset: 754070:5e9a39b12201
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 18 21:17:22 2010 +0000

description:
ffs needs strings.h

diffstat:

 lib/libedit/tty.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r b7758de500f9 -r 5e9a39b12201 lib/libedit/tty.c
--- a/lib/libedit/tty.c Sun Apr 18 21:17:05 2010 +0000
+++ b/lib/libedit/tty.c Sun Apr 18 21:17:22 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tty.c,v 1.32 2009/12/30 22:37:40 christos Exp $        */
+/*     $NetBSD: tty.c,v 1.33 2010/04/18 21:17:22 christos Exp $        */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)tty.c      8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: tty.c,v 1.32 2009/12/30 22:37:40 christos Exp $");
+__RCSID("$NetBSD: tty.c,v 1.33 2010/04/18 21:17:22 christos Exp $");
 #endif
 #endif /* not lint && not SCCSID */
 
@@ -46,6 +46,7 @@
  */
 #include <assert.h>
 #include <errno.h>
+#include <strings.h>   /* for ffs */
 #include "el.h"
 #include "tty.h"
 



Home | Main Index | Thread Index | Old Index