]> arthur.barton.de Git - netatalk.git/commitdiff
Fix compilation with Solaris 10 on x86, from HEAD
authordidg <didg>
Sat, 10 Jan 2009 20:14:29 +0000 (20:14 +0000)
committerdidg <didg>
Sat, 10 Jan 2009 20:14:29 +0000 (20:14 +0000)
sys/netatalk/endian.h
sys/solaris/Makefile.in

index ef78bb9a16d7d36a4d0f1a2adac1aa8e5b8d6fda..d07ffdc306b7ad1fe8303e4a96b631d434c37138 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: endian.h,v 1.7.12.1 2006-02-08 01:38:42 didg Exp $
+ * $Id: endian.h,v 1.7.12.2 2009-01-10 20:14:29 didg Exp $
  *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
@@ -116,7 +116,7 @@ typedef unsigned long long  u_int64_t;
 
 #else /* mips && KERNEL */
 
-#if !( defined( sun ) && defined( i386 ))
+#if !( defined( sun ) && ( defined( i386 ) || defined(__x86_64) ) )
 unsigned short ntohs(), htons();
 unsigned int  ntohl(), htonl();
 #endif /* ! ( sun && i386 ) */
index 0782bd0c2435e010a976da5aac01e6d4403bafeb..5efe70577d09c08dc37929b534ece8e0b0123be9 100644 (file)
@@ -1,7 +1,7 @@
 # Solaris specific defines, passed to subdirectories.
 # To use Sun CC, uncomment the CC and KFLAGS variables.
 #
-# $Id: Makefile.in,v 1.1.2.4.2.1 2008-12-20 03:10:54 didg Exp $
+# $Id: Makefile.in,v 1.1.2.4.2.2 2009-01-10 20:14:29 didg Exp $
 # This Makefile.in is not automake generated
 # copy and paste from automake Makefile.in
 srcdir = @srcdir@
@@ -154,5 +154,7 @@ depend :
 
 check:
 
+tags:
+
 # DO NOT DELETE THIS LINE