Commit 757b829e authored by Marc G. Fournier's avatar Marc G. Fournier

A few more sparc_solaris cleanups from keith parks

parent 78078236
...@@ -9,9 +9,11 @@ ...@@ -9,9 +9,11 @@
#define BLCKSZ 8192 #define BLCKSZ 8192
/* Found in catalog/catalog.c, but doesn't seem to do anything in there */ /* Found in catalog/catalog.c, but doesn't seem to do anything in there */
#if !defined(sparc_solaris)
#ifndef MAXPATHLEN #ifndef MAXPATHLEN
#define MAXPATHLEN 80 #define MAXPATHLEN 80
#endif #endif
#endif /* !defined(sparc_solaris) */
#define HAVE_MEMMOVE #define HAVE_MEMMOVE
...@@ -62,7 +64,7 @@ ...@@ -62,7 +64,7 @@
# define NEED_UNION_SEMUN # define NEED_UNION_SEMUN
#endif #endif
#if defined(sparc) #if defined(sparc) && !defined(sparc_solaris)
# define USE_POSIX_TIME # define USE_POSIX_TIME
# undef HAVE_MEMMOVE # undef HAVE_MEMMOVE
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment