Ultrix is no longer supported, remove special case.
This commit is contained in:
parent
5270cc57f2
commit
220ce8f00f
1 changed files with 0 additions and 2 deletions
|
@ -99,9 +99,7 @@ typedef u_char natid; /* NSC_NATID must match this */
|
||||||
|
|
||||||
|
|
||||||
#if !defined(aix) && !defined(sgi)
|
#if !defined(aix) && !defined(sgi)
|
||||||
#ifndef ultrix /* already defined in ultrix */
|
|
||||||
typedef char s_char; /* change to signed char for aix */
|
typedef char s_char; /* change to signed char for aix */
|
||||||
#endif /* ultrix */
|
|
||||||
#else
|
#else
|
||||||
typedef signed char s_char;
|
typedef signed char s_char;
|
||||||
/* gcc __attribute__((format ...)) chokes on s_char * format strings */
|
/* gcc __attribute__((format ...)) chokes on s_char * format strings */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue