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:
Anton Lundin
2010-09-16 09:57:33 +02:00
committed by Love Hornquist Astrand
parent 46a4a64dfe
commit eac56da073

View File

@@ -686,7 +686,7 @@ proc_init(kadm5_server_context *context,
CHECK(krb5_store_uint32(out, 0)); /* code */
}
struct proc {
struct krb5_proc {
char *name;
void (*func)(kadm5_server_context *, krb5_storage *, krb5_storage *);
} procs[] = {