diff options
author | 1999-05-08 20:28:57 +0000 | |
---|---|---|
committer | 1999-05-08 20:28:57 +0000 | |
commit | ed0e49f07449f40f6ae9cd77a8444e966ebf6510 (patch) | |
tree | d1539776949f58f9bf9687213bdd1659cdda09f5 /lib/libcurses/trace | |
parent | Typo/anachronism; kwesterback@home.com. (diff) | |
download | wireguard-openbsd-ed0e49f07449f40f6ae9cd77a8444e966ebf6510.tar.xz wireguard-openbsd-ed0e49f07449f40f6ae9cd77a8444e966ebf6510.zip |
ncurses-4.2-990424
Diffstat (limited to 'lib/libcurses/trace')
-rw-r--r-- | lib/libcurses/trace/trace_xnames.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/trace/trace_xnames.c b/lib/libcurses/trace/trace_xnames.c index 6a761ee1cc1..a7fa1cbfb65 100644 --- a/lib/libcurses/trace/trace_xnames.c +++ b/lib/libcurses/trace/trace_xnames.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trace_xnames.c,v 1.1 1999/03/02 06:23:30 millert Exp $ */ +/* $OpenBSD: trace_xnames.c,v 1.2 1999/05/08 20:29:02 millert Exp $ */ /**************************************************************************** * Copyright (c) 1999 Free Software Foundation, Inc. * @@ -38,7 +38,7 @@ #include <curses.priv.h> #include <term_entry.h> -MODULE_ID("$Id: trace_xnames.c,v 1.1 1999/03/02 06:23:30 millert Exp $") +MODULE_ID("$From: trace_xnames.c,v 1.3 1999/03/02 01:20:38 tom Exp $") void _nc_trace_xnames(TERMTYPE *tp GCC_UNUSED) { |