Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libcurses/slave tests/libcurses: remove wrong comm...



details:   https://anonhg.NetBSD.org/src/rev/9184252b5919
branches:  trunk
changeset: 959392:9184252b5919
user:      rillig <rillig%NetBSD.org@localhost>
date:      Fri Feb 12 21:29:03 2021 +0000

description:
tests/libcurses: remove wrong comments

diffstat:

 tests/lib/libcurses/slave/command_table.h   |  4 ++--
 tests/lib/libcurses/slave/curses_commands.h |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r f58e88f99b2e -r 9184252b5919 tests/lib/libcurses/slave/command_table.h
--- a/tests/lib/libcurses/slave/command_table.h Fri Feb 12 20:45:00 2021 +0000
+++ b/tests/lib/libcurses/slave/command_table.h Fri Feb 12 21:29:03 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: command_table.h,v 1.5 2021/02/08 19:15:21 rillig Exp $ */
+/*     $NetBSD: command_table.h,v 1.6 2021/02/12 21:29:03 rillig Exp $ */
 
 /*-
  * Copyright 2009 Brett Lymn <blymn%NetBSD.org@localhost>
@@ -430,4 +430,4 @@
 
 size_t ncmds = sizeof(commands) / sizeof(struct command_def);
 
-#endif /* _COMMAND_TABLE_H */
+#endif
diff -r f58e88f99b2e -r 9184252b5919 tests/lib/libcurses/slave/curses_commands.h
--- a/tests/lib/libcurses/slave/curses_commands.h       Fri Feb 12 20:45:00 2021 +0000
+++ b/tests/lib/libcurses/slave/curses_commands.h       Fri Feb 12 21:29:03 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: curses_commands.h,v 1.5 2021/02/08 19:15:21 rillig Exp $       */
+/*     $NetBSD: curses_commands.h,v 1.6 2021/02/12 21:29:03 rillig Exp $       */
 
 /*-
  * Copyright 2009 Brett Lymn <blymn%NetBSD.org@localhost>
@@ -458,4 +458,4 @@
 void cmd_slk_touch(int, char**);
 void cmd_slk_wset(int, char**);
 
-#endif /* !_CURSES_COMMAND_H_ */
+#endif



Home | Main Index | Thread Index | Old Index