bugfix: change gidset[] type from int to gid_t
This commit is contained in:
parent
227775e50c
commit
1ff9a5aeb0
@ -36,7 +36,7 @@
|
||||
*
|
||||
* @(#)pt_file.c 8.2 (Berkeley) 3/27/94
|
||||
*
|
||||
* $Id: pt_file.c,v 1.1 1992/05/25 21:43:09 jsp Exp jsp $
|
||||
* $Id: pt_file.c,v 1.1.1.1 1994/05/26 06:34:34 rgrimes Exp $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@ -61,7 +61,7 @@ int *fdp;
|
||||
int fd;
|
||||
char pbuf[MAXPATHLEN];
|
||||
int error;
|
||||
int gidset[NGROUPS];
|
||||
gid_t gidset[NGROUPS];
|
||||
int i;
|
||||
|
||||
pbuf[0] = '/';
|
||||
|
@ -36,7 +36,7 @@
|
||||
*
|
||||
* @(#)pt_file.c 8.2 (Berkeley) 3/27/94
|
||||
*
|
||||
* $Id: pt_file.c,v 1.1 1992/05/25 21:43:09 jsp Exp jsp $
|
||||
* $Id: pt_file.c,v 1.1.1.1 1994/05/26 06:34:34 rgrimes Exp $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@ -61,7 +61,7 @@ int *fdp;
|
||||
int fd;
|
||||
char pbuf[MAXPATHLEN];
|
||||
int error;
|
||||
int gidset[NGROUPS];
|
||||
gid_t gidset[NGROUPS];
|
||||
int i;
|
||||
|
||||
pbuf[0] = '/';
|
||||
|
@ -36,7 +36,7 @@
|
||||
*
|
||||
* @(#)pt_file.c 8.2 (Berkeley) 3/27/94
|
||||
*
|
||||
* $Id: pt_file.c,v 1.1 1992/05/25 21:43:09 jsp Exp jsp $
|
||||
* $Id: pt_file.c,v 1.1.1.1 1994/05/26 06:34:34 rgrimes Exp $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@ -61,7 +61,7 @@ int *fdp;
|
||||
int fd;
|
||||
char pbuf[MAXPATHLEN];
|
||||
int error;
|
||||
int gidset[NGROUPS];
|
||||
gid_t gidset[NGROUPS];
|
||||
int i;
|
||||
|
||||
pbuf[0] = '/';
|
||||
|
Loading…
Reference in New Issue
Block a user