AFS_FOOBAR_ENV
Dan Winship
danw at MIT.EDU
Sat Mar 28 04:17:39 CET 1998
There's all this code in rx/ that #ifdef's on, say, AFS_SUN5_ENV, but
that's only #define'd in lwp/. I imagine that's a bug.
-- Dan
PS - Unrelated, but here's another patch:
*** arla-0.4.orig/include/bits.c Fri Mar 27 20:40:01 1998
--- arla-0.4/include/bits.c Fri Mar 27 21:57:33 1998
***************
*** 45,50 ****
--- 45,51 ----
#include <stdlib.h>
#include <ctype.h>
+ #ifndef HAVE_STRUPR
static void
strupr(char *s)
{
***************
*** 55,61 ****
p++;
}
}
!
#define BITSIZE(TYPE) \
{ \
--- 56,62 ----
p++;
}
}
! #endif
#define BITSIZE(TYPE) \
{ \
More information about the Arla-drinkers
mailing list