Fixup fromcvs/togit conversion
[pkgsrcv2.git] / wm / metisse / patches / patch-ab
1 $NetBSD: patch-ab,v 1.2 2007/06/30 15:22:09 joerg Exp $
2
3 --- xserver/os/osdep.h.orig     2008-03-13 14:34:48.000000000 +0000
4 +++ xserver/os/osdep.h
5 @@ -117,6 +117,12 @@ SOFTWARE.
6  
7  #include <stddef.h>
8  #include <sys/types.h>
9 +#include <sys/param.h>
10 +
11 +#if (defined(BSD) && BSD >= 199506) && !defined(__DragonFly__)
12 +#include <sys/select.h>
13 +typedef __fd_mask      fd_mask;
14 +#endif
15  
16  typedef Bool (*ValidatorFunc)(ARRAY8Ptr Auth, ARRAY8Ptr Data, int packet_type);
17  typedef Bool (*GeneratorFunc)(ARRAY8Ptr Auth, ARRAY8Ptr Data, int packet_type);