diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-07-09 09:59:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-07-09 09:59:08 +0000 |
commit | a2c5c889123a68b0c25aca9986d77c8d350a09f1 (patch) | |
tree | d34f498a2f9d4c2cb78da71bdd5bc06707d309d4 /lib/libXdmcp/test | |
parent | 339ca109de905def20a07c8a06d77b6432f05a12 (diff) |
Update libXdmcp to 1.1.5
Diffstat (limited to 'lib/libXdmcp/test')
-rw-r--r-- | lib/libXdmcp/test/Array.c | 2 | ||||
-rw-r--r-- | lib/libXdmcp/test/Makefile.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/libXdmcp/test/Array.c b/lib/libXdmcp/test/Array.c index 786fade52..4cca75b61 100644 --- a/lib/libXdmcp/test/Array.c +++ b/lib/libXdmcp/test/Array.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/lib/libXdmcp/test/Makefile.in b/lib/libXdmcp/test/Makefile.in index 6bd7fb185..1fd2f57ce 100644 --- a/lib/libXdmcp/test/Makefile.in +++ b/lib/libXdmcp/test/Makefile.in @@ -138,7 +138,6 @@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CHANGELOG_CMD = @CHANGELOG_CMD@ -CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ |