numtmp[1] = '\0';
nlen-=2;
}
- *target++=strtol(numtmp, NULL, 16);
+ *target++=(char)strtol(numtmp, NULL, 16);
break;
}
/* break is left intentionally */
}
if (i) {
numtmp[i]='\0';
- *target++=strtol(numtmp, NULL, 8);
+ *target++=(char)strtol(numtmp, NULL, 8);
nlen-=i;
source--;
} else {
/* #undef gid_t */
/* Define if you have alloca, as a function or macro. */
-/* #define HAVE_ALLOCA 1 */
+#define HAVE_ALLOCA 1
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
/* #undef HAVE_ALLOCA_H */