Rename struct to not clash with aix header sys/proc.h
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
46a4a64dfe
commit
eac56da073
@@ -686,7 +686,7 @@ proc_init(kadm5_server_context *context,
|
|||||||
CHECK(krb5_store_uint32(out, 0)); /* code */
|
CHECK(krb5_store_uint32(out, 0)); /* code */
|
||||||
}
|
}
|
||||||
|
|
||||||
struct proc {
|
struct krb5_proc {
|
||||||
char *name;
|
char *name;
|
||||||
void (*func)(kadm5_server_context *, krb5_storage *, krb5_storage *);
|
void (*func)(kadm5_server_context *, krb5_storage *, krb5_storage *);
|
||||||
} procs[] = {
|
} procs[] = {
|
||||||
|
Reference in New Issue
Block a user