Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libedit Add stdlib.h for abort() (Jess Thrysoee)
details: https://anonhg.NetBSD.org/src/rev/901d0170ab90
branches: trunk
changeset: 330044:901d0170ab90
user: christos <christos%NetBSD.org@localhost>
date: Wed Jun 18 18:52:49 2014 +0000
description:
Add stdlib.h for abort() (Jess Thrysoee)
diffstat:
lib/libedit/tty.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 5cb59763a9ff -r 901d0170ab90 lib/libedit/tty.c
--- a/lib/libedit/tty.c Wed Jun 18 18:17:30 2014 +0000
+++ b/lib/libedit/tty.c Wed Jun 18 18:52:49 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tty.c,v 1.45 2014/05/19 21:01:48 christos Exp $ */
+/* $NetBSD: tty.c,v 1.46 2014/06/18 18:52:49 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.45 2014/05/19 21:01:48 christos Exp $");
+__RCSID("$NetBSD: tty.c,v 1.46 2014/06/18 18:52:49 christos Exp $");
#endif
#endif /* not lint && not SCCSID */
@@ -48,6 +48,7 @@
#include <errno.h>
#include <unistd.h> /* for isatty */
#include <strings.h> /* for ffs */
+#include <stdlib.h> /* for abort */
#include "el.h"
#include "tty.h"
Home |
Main Index |
Thread Index |
Old Index