]> git.pld-linux.org Git - packages/X11.git/blame - XFree86-stdint.patch
- cleanup
[packages/X11.git] / XFree86-stdint.patch
CommitLineData
b92d5a66 1diff -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.093977 seconds and 4 git commands to generate.