Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libedit include errno.h
details: https://anonhg.NetBSD.org/src/rev/c3f90877b7ce
branches: trunk
changeset: 343608:c3f90877b7ce
user: christos <christos%NetBSD.org@localhost>
date: Tue Feb 16 15:54:15 2016 +0000
description:
include errno.h
diffstat:
lib/libedit/sig.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 17aaec5305ec -r c3f90877b7ce lib/libedit/sig.c
--- a/lib/libedit/sig.c Tue Feb 16 15:53:48 2016 +0000
+++ b/lib/libedit/sig.c Tue Feb 16 15:54:15 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sig.c,v 1.22 2016/02/16 15:53:48 christos Exp $ */
+/* $NetBSD: sig.c,v 1.23 2016/02/16 15:54:15 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)sig.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: sig.c,v 1.22 2016/02/16 15:53:48 christos Exp $");
+__RCSID("$NetBSD: sig.c,v 1.23 2016/02/16 15:54:15 christos Exp $");
#endif
#endif /* not lint && not SCCSID */
@@ -48,6 +48,7 @@
*/
#include "el.h"
#include <stdlib.h>
+#include <errno.h>
private EditLine *sel = NULL;
Home |
Main Index |
Thread Index |
Old Index