Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/texinfo/info include <sys/ioctl.h> for ioctl()
details: https://anonhg.NetBSD.org/src/rev/284a2b950873
branches: trunk
changeset: 764993:284a2b950873
user: christos <christos%NetBSD.org@localhost>
date: Sun May 15 14:35:47 2011 +0000
description:
include <sys/ioctl.h> for ioctl()
diffstat:
gnu/dist/texinfo/info/terminal.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 66dbdadec5fa -r 284a2b950873 gnu/dist/texinfo/info/terminal.c
--- a/gnu/dist/texinfo/info/terminal.c Sun May 15 14:31:13 2011 +0000
+++ b/gnu/dist/texinfo/info/terminal.c Sun May 15 14:35:47 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: terminal.c,v 1.10 2008/09/02 08:00:24 christos Exp $ */
+/* $NetBSD: terminal.c,v 1.11 2011/05/15 14:35:47 christos Exp $ */
/* terminal.c -- how to handle the physical terminal for Info.
Id: terminal.c,v 1.3 2004/04/11 17:56:46 karl Exp
@@ -27,6 +27,7 @@
#include "termdep.h"
#include <sys/types.h>
+#include <sys/ioctl.h>
#include <signal.h>
/* The Unix termcap interface code. */
Home |
Main Index |
Thread Index |
Old Index