Update to xdm 1.1.9

This commit is contained in:
matthieu
2010-03-28 09:33:02 +00:00
parent 7391a84e9f
commit 21c33a1b92
68 changed files with 11329 additions and 8507 deletions

View File

@@ -1,4 +1,3 @@
/* $Xorg: mitauth.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
/* $XFree86: xc/programs/xdm/mitauth.c,v 1.5 2003/05/27 22:27:00 tsi Exp $ */
/*
* xdm - display manager daemon
@@ -38,12 +36,12 @@ from The Open Group.
* for MIT-MAGIC-COOKIE-1 type authorization
*/
# include <X11/Xos.h>
#include <X11/Xos.h>
# include "dm.h"
# include "dm_auth.h"
#include "dm.h"
#include "dm_auth.h"
# define AUTH_DATA_LEN 16 /* bytes of authorization data */
#define AUTH_DATA_LEN 16 /* bytes of authorization data */
static char auth_name[256];
void