From 97118a423a48ecea816f37cb86378c5bafba2d51 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 29 Dec 2018 19:29:14 -0800 Subject: fixes #834 Simplify IPC internal API & update This also makes some smaller related changes to use the new nni_type instead of nni_opt_type. --- src/supplemental/ipc/CMakeLists.txt | 2 +- src/supplemental/ipc/ipc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/supplemental') diff --git a/src/supplemental/ipc/CMakeLists.txt b/src/supplemental/ipc/CMakeLists.txt index 691522f0..3bc0e4de 100644 --- a/src/supplemental/ipc/CMakeLists.txt +++ b/src/supplemental/ipc/CMakeLists.txt @@ -1,7 +1,7 @@ # # Copyright 2018 Capitar IT Group BV # Copyright 2018 Staysail Systems, Inc. -# Copyright 2018 Devolutions +# Copyright 2018 Devolutions # # This software is supplied under the terms of the MIT License, a # copy of which should be located in the distribution where this diff --git a/src/supplemental/ipc/ipc.c b/src/supplemental/ipc/ipc.c index f5e590fc..cf78dfbd 100644 --- a/src/supplemental/ipc/ipc.c +++ b/src/supplemental/ipc/ipc.c @@ -1,7 +1,7 @@ // // Copyright 2018 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV -// Copyright 2018 Devolutions +// Copyright 2018 Devolutions // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this -- cgit v1.2.3-70-g09d2