mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Remove more Lynx leftovers
A couple #if defined(Lynx) && defined(sun) had become just if defined(sun), resulting in wrong settings for Solaris builds, so they're now just deleted.
This commit is contained in:
parent
47833eef35
commit
058100fd19
2 changed files with 0 additions and 8 deletions
|
|
@ -53,9 +53,6 @@
|
|||
#ifndef _LOADER_H
|
||||
#define _LOADER_H
|
||||
|
||||
#if defined(sun)
|
||||
#define const /**/
|
||||
#endif
|
||||
#include <X11/Xosdefs.h>
|
||||
#include <X11/Xfuncproto.h>
|
||||
#include <X11/Xmd.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue