Matthieu,

The new file, prngc.c, uses sockaddr_storage. However, I know that at least Cygwin does not have sockaddr_storage.

No alternative is provided and no conditional compilation is in effect to fall back to previous functionality when sockaddr_storage is not available. This breaks the build on Cygwin.

What can be done to fix the build on platforms that do not have sockaddr_storage?

I already tried using sockaddr instead, but that is missing fields that are contained in sockaddr_storage. Any other ideas?

Harold

Matthieu Herrb wrote:

CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       03/09/16 22:48:34

Log message:
   447. In xdm, use better pseudo-random number generators to generate
        magic cookies. Add support for EGD and other compatible entropy
        gathering daemons. (Oswald Buddenhagen from KDE, Matthieu Herrb).

Modified files:
xc/programs/Xserver/hw/xfree86/:
CHANGELOG xc/config/cf/:
OpenBSD.cf X11.tmpl darwin.cf xc/programs/xdm/:
Imakefile dm.c dm.h dm_auth.h genauth.c mitauth.c resource.c session.c xdm.man xdmauth.c Added files:
xc/programs/xdm/:
prngc.c Revision Changes Path
3.2858 +4 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
3.91 +2 -2 xc/config/cf/OpenBSD.cf
1.220 +7 -1 xc/config/cf/X11.tmpl
1.40 +2 -1 xc/config/cf/darwin.cf
3.58 +8 -3 xc/programs/xdm/Imakefile
3.23 +10 -2 xc/programs/xdm/dm.c
3.32 +6 -1 xc/programs/xdm/dm.h
1.3 +10 -2 xc/programs/xdm/dm_auth.h
3.18 +324 -137 xc/programs/xdm/genauth.c
1.6 +8 -2 xc/programs/xdm/mitauth.c
3.12 +20 -1 xc/programs/xdm/resource.c
3.35 +6 -2 xc/programs/xdm/session.c
3.25 +15 -1 xc/programs/xdm/xdm.man
1.6 +8 -2 xc/programs/xdm/xdmauth.c


_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit

_______________________________________________ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Reply via email to