Module Name:    src
Committed By:   roy
Date:           Sun Jul  4 07:30:33 UTC 2010

Modified Files:
        src/lib/libterminfo: termcap.c

Log Message:
area is now used


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libterminfo/termcap.c

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/termcap.c
diff -u src/lib/libterminfo/termcap.c:1.7 src/lib/libterminfo/termcap.c:1.8
--- src/lib/libterminfo/termcap.c:1.7	Thu Mar  4 15:35:26 2010
+++ src/lib/libterminfo/termcap.c	Sun Jul  4 07:30:33 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: termcap.c,v 1.7 2010/03/04 15:35:26 roy Exp $ */
+/* $NetBSD: termcap.c,v 1.8 2010/07/04 07:30:33 roy Exp $ */
 
 /*
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: termcap.c,v 1.7 2010/03/04 15:35:26 roy Exp $");
+__RCSID("$NetBSD: termcap.c,v 1.8 2010/07/04 07:30:33 roy Exp $");
 
 #include <assert.h>
 #include <ctype.h>
@@ -132,7 +132,7 @@
 }
 
 char *
-tgetstr(const char *id, __unused char **area)
+tgetstr(const char *id, char **area)
 {
 	uint32_t ind;
 	size_t i;

Reply via email to