aboutsummaryrefslogtreecommitdiff
path: root/src/include/k5-platform.h
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/include/k5-platform.h
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/include/k5-platform.h')
-rw-r--r--src/include/k5-platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-platform.h b/src/include/k5-platform.h
index 62d1e2a..d58710b 100644
--- a/src/include/k5-platform.h
+++ b/src/include/k5-platform.h
@@ -512,7 +512,7 @@ typedef struct { int error; unsigned char did_run; } k5_init_t;
Linux: byteswap.h, bswap_16 etc.
Solaris 10: none
- Mac OS X: machine/endian.h or byte_order.h, NXSwap{Short,Int,LongLong}
+ macOS: machine/endian.h or byte_order.h, NXSwap{Short,Int,LongLong}
NetBSD: sys/bswap.h, bswap16 etc. */
#if defined(HAVE_BYTESWAP_H) && defined(HAVE_BSWAP_16)