+Wed Oct 23 00:08:27 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * pmap_rmt.c:
+ * clnt_udp.c: Change #ifdef sparc to #ifdef sun for more portability.
+ [fixes PR#123]
+
Mon Oct 21 21:22:42 1996 Tom Yu <tlyu@mit.edu>
* Makefile.in, configure.in: Fixes to work with new directory
#include <rpc/rpc.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
-#if defined(sparc)
+#if defined(sun)
#include <sys/filio.h>
#endif
#include <netdb.h>
#include <rpc/pmap_clnt.h>
#include <rpc/pmap_rmt.h>
#include <sys/socket.h>
-#ifdef sparc
+#ifdef sun
#include <sys/sockio.h>
#endif
#include <stdio.h>
addrs[i++].s_addr = INADDR_ANY;
#if 0 /* this is uuuuugly */
addrs[i++] = inet_makeaddr(inet_netof
-#if defined(hpux) || (defined(sparc) && defined(__svr4__)) || defined(linux) || (defined(__osf__) && defined(__alpha__))
+#if defined(hpux) || (defined(sun) && defined(__svr4__)) || defined(linux) || (defined(__osf__) && defined(__alpha__))
(sin->sin_addr),
#else /* hpux or solaris */
(sin->sin_addr.s_addr),