mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
os: merge os/xstrans.c and os/transport.c
Since xtrans is now in-tree and already have been trimmed down for only things needed by the Xserver, the split between xstrans.c and transport.c isn't needed anymore. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
d877b4830c
commit
409e721e98
@@ -16,11 +16,11 @@ srcs_os = [
|
||||
'ossock.c',
|
||||
'serverlock.c',
|
||||
'string.c',
|
||||
'transport.c',
|
||||
'utils.c',
|
||||
'xdmauth.c',
|
||||
'xhostname.c',
|
||||
'xsha1.c',
|
||||
'xstrans.c',
|
||||
'xprintf.c',
|
||||
'log.c',
|
||||
]
|
||||
|
||||
@@ -46,8 +46,10 @@ from The Open Group.
|
||||
* NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <X11/Xfuncproto.h>
|
||||
|
||||
#define XTRANS_TRANSPORT_C /* used to flag Xtransint.h that it's being used
|
||||
here, not just #included in another file */
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
#include <dix-config.h>
|
||||
|
||||
#include <X11/Xfuncproto.h>
|
||||
|
||||
#include "os/transport.c"
|
||||
Reference in New Issue
Block a user