Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libterminfo Add cdefs.h per PR 46492.
details: https://anonhg.NetBSD.org/src/rev/9c6c1b4c1173
branches: trunk
changeset: 779449:9c6c1b4c1173
user: dholland <dholland%NetBSD.org@localhost>
date: Tue May 29 00:27:59 2012 +0000
description:
Add cdefs.h per PR 46492.
diffstat:
lib/libterminfo/term.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 3a22eeb4bb93 -r 9c6c1b4c1173 lib/libterminfo/term.h
--- a/lib/libterminfo/term.h Mon May 28 21:09:52 2012 +0000
+++ b/lib/libterminfo/term.h Tue May 29 00:27:59 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: term.h,v 1.11 2012/02/22 23:11:20 christos Exp $ */
+/* $NetBSD: term.h,v 1.12 2012/05/29 00:27:59 dholland 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