]> granicus.if.org Git - pdns/commitdiff
Add note about illumos
authorAki Tuomi <cmouse@desteem.org>
Thu, 7 Jan 2016 18:20:11 +0000 (20:20 +0200)
committerAki Tuomi <cmouse@desteem.org>
Thu, 7 Jan 2016 18:20:11 +0000 (20:20 +0200)
pdns/iputils.hh

index 5e77fb6f36dbabbe3a0f4d41f2a3abb19e3707c3..5922dfccb8b286659186a92ee58b3c69029f5226 100644 (file)
@@ -59,6 +59,7 @@
 #define le64toh(x) OSSwapLittleToHostInt64(x)
 #endif
 
+// for illumos
 #ifdef BE_64
 
 #define htobe16(x) BE_16(x)