]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-stdint.patch
- 4.8.0 (probably the last XFree86 version ever, for comparison and archival reasons)
[packages/XFree86.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.046948 seconds and 3 git commands to generate.