]> git.pld-linux.org Git - packages/XFree86-Servers.git/blob - XFree86-Servers-security.patch
- move compressed patch to distfiles
[packages/XFree86-Servers.git] / XFree86-Servers-security.patch
1 --- XFree86-4.0/xc/programs/Xserver/os/secauth.c.foo    Tue May 16 19:29:26 2000
2 +++ XFree86-4.0/xc/programs/Xserver/os/secauth.c        Tue May 16 19:33:07 2000
3 @@ -42,10 +42,10 @@
4      ClientPtr  client,
5      char       **reason)
6  {
7 -    char       *policy = *dataP;
8 +    unsigned char      *policy = *dataP;
9      int                length;
10      Bool       permit;
11 -    int                nPolicies;
12 +    unsigned int       nPolicies;
13      char       **sitePolicies;
14      int                nSitePolicies;
15      Bool       found = FALSE;
16 @@ -63,7 +63,8 @@
17      sitePolicies = SecurityGetSitePolicyStrings(&nSitePolicies);
18  
19      while (nPolicies) {
20 -       int strLen, sitePolicy;
21 +       unsigned int strLen;
22 +       int sitePolicy;
23  
24         if (length == 0) {
25             *reason = InvalidPolicyReason;
This page took 0.077657 seconds and 3 git commands to generate.