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: clean up remainin...
details: https://anonhg.NetBSD.org/src/rev/3155b2d7da7f
branches: trunk
changeset: 1018671:3155b2d7da7f
user: rillig <rillig%NetBSD.org@localhost>
date: Sat Feb 13 08:17:15 2021 +0000
description:
tests/libcurses: clean up remaining include guard, comments
No functional change.
diffstat:
tests/lib/libcurses/slave/slave.c | 6 +++---
tests/lib/libcurses/slave/slave.h | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (52 lines):
diff -r 0cecf3da4788 -r 3155b2d7da7f tests/lib/libcurses/slave/slave.c
--- a/tests/lib/libcurses/slave/slave.c Sat Feb 13 08:14:46 2021 +0000
+++ b/tests/lib/libcurses/slave/slave.c Sat Feb 13 08:17:15 2021 +0000
@@ -1,7 +1,8 @@
-/* $NetBSD: slave.c,v 1.12 2021/02/13 06:45:42 rillig Exp $ */
+/* $NetBSD: slave.c,v 1.13 2021/02/13 08:17:15 rillig Exp $ */
/*-
* Copyright 2009 Brett Lymn <blymn%NetBSD.org@localhost>
+ * Copyright 2021 Roland Illig <rillig%NetBSD.org@localhost>
*
* All rights reserved.
*
@@ -25,9 +26,8 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- *
*/
+
#include <fcntl.h>
#include <sys/ioctl.h>
#include <unistd.h>
diff -r 0cecf3da4788 -r 3155b2d7da7f tests/lib/libcurses/slave/slave.h
--- a/tests/lib/libcurses/slave/slave.h Sat Feb 13 08:14:46 2021 +0000
+++ b/tests/lib/libcurses/slave/slave.h Sat Feb 13 08:17:15 2021 +0000
@@ -1,7 +1,8 @@
-/* $NetBSD: slave.h,v 1.6 2021/02/13 06:45:42 rillig Exp $ */
+/* $NetBSD: slave.h,v 1.7 2021/02/13 08:17:15 rillig Exp $ */
/*-
* Copyright 2009 Brett Lymn <blymn%NetBSD.org@localhost>
+ * Copyright 2021 Roland Illig <rillig%NetBSD.org@localhost>
*
* All rights reserved.
*
@@ -25,11 +26,10 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- *
*/
-#ifndef CURTEST_SLAVE_H
-#define CURTEST_SLAVE_H
+
+#ifndef CTF_SLAVE_H
+#define CTF_SLAVE_H
#include <curses.h>
Home |
Main Index |
Thread Index |
Old Index