diff options
author | delphij <delphij@FreeBSD.org> | 2014-02-28 19:18:07 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2014-02-28 19:18:07 +0000 |
commit | 1034bfc077f138b51edf6a5eadcb8ee507386460 (patch) | |
tree | 7b2d708d03277cdd2560e9ce6572bdafc2e58bab /ncurses/trace/trace_xnames.c | |
parent | 084d7341e201b5153031223070580cfac88a038a (diff) | |
download | FreeBSD-src-1034bfc077f138b51edf6a5eadcb8ee507386460.zip FreeBSD-src-1034bfc077f138b51edf6a5eadcb8ee507386460.tar.gz |
Redo import of ncurses 5.9 (stripped).
Diffstat (limited to 'ncurses/trace/trace_xnames.c')
-rw-r--r-- | ncurses/trace/trace_xnames.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ncurses/trace/trace_xnames.c b/ncurses/trace/trace_xnames.c index 9b0b592..38a4873 100644 --- a/ncurses/trace/trace_xnames.c +++ b/ncurses/trace/trace_xnames.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1999,2000 Free Software Foundation, Inc. * + * Copyright (c) 1999-2000,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -34,12 +34,11 @@ */ #include <curses.priv.h> -#include <term_entry.h> -MODULE_ID("$Id: trace_xnames.c,v 1.5 2000/12/10 03:02:45 tom Exp $") +MODULE_ID("$Id: trace_xnames.c,v 1.6 2010/01/23 17:59:27 tom Exp $") NCURSES_EXPORT(void) -_nc_trace_xnames(TERMTYPE * tp GCC_UNUSED) +_nc_trace_xnames(TERMTYPE *tp GCC_UNUSED) { #ifdef TRACE #if NCURSES_XNAMES |