mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 02:10:35 +01:00
unifdef SUNSYSV
I can't tell what this code was originally for - it was added in 1988,
4 years before the release of the SysV R4 release of Solaris 2.0, and
I can't find anywhere that defined SUNSYSV.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1315>
(cherry picked from commit a91a862332)
This commit is contained in:
parent
e66f84eb0d
commit
c17b579f15
1 changed files with 0 additions and 3 deletions
3
os/io.c
3
os/io.c
|
|
@ -890,9 +890,6 @@ FlushClient(ClientPtr who, OsCommPtr oc, const void *__extraBuf, int extraCount)
|
|||
todo = notWritten;
|
||||
}
|
||||
else if (ETEST(errno)
|
||||
#ifdef SUNSYSV /* check for another brain-damaged OS bug */
|
||||
|| (errno == 0)
|
||||
#endif
|
||||
#ifdef EMSGSIZE /* check for another brain-damaged OS bug */
|
||||
|| ((errno == EMSGSIZE) && (todo == 1))
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue