aboutsummaryrefslogtreecommitdiff
path: root/src/ccapi
diff options
context:
space:
mode:
authorMichael Mattioli <mmattioli@users.noreply.github.com>2017-04-17 22:16:37 -0400
committerGreg Hudson <ghudson@mit.edu>2017-04-20 12:33:20 -0400
commit2f3194da85a7e1e86b4aada814ff35e87710b4ab (patch)
treed8674ad999223574f17e79b653f3c0c1bdc1ea6f /src/ccapi
parente71a52662323d1055076a95060f28a6e8963788c (diff)
downloadkrb5-2f3194da85a7e1e86b4aada814ff35e87710b4ab.zip
krb5-2f3194da85a7e1e86b4aada814ff35e87710b4ab.tar.gz
krb5-2f3194da85a7e1e86b4aada814ff35e87710b4ab.tar.bz2
Replace references to OS X
Replace references to Apple OS X with the updated OS name "macOS" where applicable.
Diffstat (limited to 'src/ccapi')
-rw-r--r--src/ccapi/server/mac/ccs_os_pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ccapi/server/mac/ccs_os_pipe.c b/src/ccapi/server/mac/ccs_os_pipe.c
index 67f9030..5d9fff2 100644
--- a/src/ccapi/server/mac/ccs_os_pipe.c
+++ b/src/ccapi/server/mac/ccs_os_pipe.c
@@ -27,7 +27,7 @@
#include "ccs_os_pipe.h"
#include <mach/port.h>
-/* On Mac OS X ccs_pipe_t is a mach_port_t */
+/* On macOS ccs_pipe_t is a mach_port_t */
/* ------------------------------------------------------------------------ */
@@ -73,7 +73,7 @@ cc_int32 ccs_os_pipe_release (ccs_pipe_t io_pipe)
{
cc_int32 err = 0;
- /* Nothing to do here on Mac OS X */
+ /* Nothing to do here on macOS */
return cci_check_error (err);
}