aboutsummaryrefslogtreecommitdiff
path: root/security/super/files/patch-checks.c
blob: 5b53e1034eb2bb8ddd546da9aecf6e8a993a5cfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- checks.c
+++ checks.c
@@ -567,7 +567,6 @@
 set_u_g()
 {
     /* Return 0 on success, -1 on failure */
-    SETGRENT_T setgrent();
     void endgrent();
     int i, j, k = -1;
     int found_gid = -1, found_egid = -1;
@@ -1425,7 +1424,6 @@
 char *grouplabel;	/* name or numeric form */
 {
     struct group *gp;
-    SETGRENT_T setgrent();
     void endgrent();
     int numeric_gid;
     int found_gid, is_numeric=0;
@@ -1897,7 +1895,6 @@
     struct group *gp;
     char **mem;
     char buf[20];
-    SETGRENT_T setgrent();
     void endgrent();
 
     ENTRY item, *found_item;