Module Name:    src
Committed By:   riz
Date:           Mon Jun 11 17:48:37 UTC 2012

Modified Files:
        src/lib/libterminfo [netbsd-6]: term.h

Log Message:
Pull up following revision(s) (requested by dholland in ticket #292):
        lib/libterminfo/term.h: revision 1.12
Add cdefs.h per PR 46492.


To generate a diff of this commit:
cvs rdiff -u -r1.10.4.1 -r1.10.4.2 src/lib/libterminfo/term.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libterminfo/term.h
diff -u src/lib/libterminfo/term.h:1.10.4.1 src/lib/libterminfo/term.h:1.10.4.2
--- src/lib/libterminfo/term.h:1.10.4.1	Fri Feb 24 16:29:33 2012
+++ src/lib/libterminfo/term.h	Mon Jun 11 17:48:37 2012
@@ -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 @@ typedef struct {
 } TERMINAL;
 #endif
 
+#include <sys/cdefs.h>
+
 __BEGIN_DECLS
 
 extern TERMINAL *cur_term;

Reply via email to