Ultrix is no longer supported, remove special case.

This commit is contained in:
Markus Armbruster 2005-10-22 18:24:01 +00:00
parent 5270cc57f2
commit 220ce8f00f

View file

@ -99,9 +99,7 @@ typedef u_char natid; /* NSC_NATID must match this */
#if !defined(aix) && !defined(sgi)
#ifndef ultrix /* already defined in ultrix */
typedef char s_char; /* change to signed char for aix */
#endif /* ultrix */
#else
typedef signed char s_char;
/* gcc __attribute__((format ...)) chokes on s_char * format strings */