]> git.pld-linux.org Git - packages/X11.git/blob - XFree86-stdint.patch
- orphaned, outdated
[packages/X11.git] / XFree86-stdint.patch
1 diff -Nru xc.orig/programs/xdm/genauth.c xc/programs/xdm/genauth.c
2 --- xc.orig/programs/xdm/genauth.c      2003-12-19 05:51:15.000000000 +0100
3 +++ xc/programs/xdm/genauth.c   2003-12-24 09:19:44.000000000 +0100
4 @@ -45,6 +45,8 @@
5  #include <time.h>
6  #define Time_t time_t
7  
8 +#include <stdint.h>
9 +
10  #ifdef HASXDMAUTH
11  static unsigned char   key[8];
12  #endif
This page took 0.027956 seconds and 3 git commands to generate.