Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/lib/libterminfo Pull up following revision(s) (requested ...
details: https://anonhg.NetBSD.org/src/rev/00c37453defc
branches: netbsd-6
changeset: 774172:00c37453defc
user: riz <riz%NetBSD.org@localhost>
date: Mon Jun 11 17:48:37 2012 +0000
description:
Pull up following revision(s) (requested by dholland in ticket #292):
lib/libterminfo/term.h: revision 1.12
Add cdefs.h per PR 46492.
diffstat:
lib/libterminfo/term.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 7168e66f117a -r 00c37453defc lib/libterminfo/term.h
--- a/lib/libterminfo/term.h Mon Jun 11 17:45:32 2012 +0000
+++ b/lib/libterminfo/term.h Mon Jun 11 17:48:37 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: term.h,v 1.10.4.1 2012/02/24 16:29:33 riz Exp $ */
+/* $NetBSD: term.h,v 1.10.4.2 2012/06/11 17:48:37 riz Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 The NetBSD Foundation, Inc.
@@ -1460,6 +1460,8 @@
} TERMINAL;
#endif
+#include <sys/cdefs.h>
+
__BEGIN_DECLS
extern TERMINAL *cur_term;
Home |
Main Index |
Thread Index |
Old Index