Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libterminfo area is now used
details: https://anonhg.NetBSD.org/src/rev/b57977880683
branches: trunk
changeset: 756032:b57977880683
user: roy <roy%NetBSD.org@localhost>
date: Sun Jul 04 07:30:33 2010 +0000
description:
area is now used
diffstat:
lib/libterminfo/termcap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3ba0ba47f160 -r b57977880683 lib/libterminfo/termcap.c
--- a/lib/libterminfo/termcap.c Sat Jul 03 21:48:54 2010 +0000
+++ b/lib/libterminfo/termcap.c Sun Jul 04 07:30:33 2010 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index