+2001-07-09 Ezra Peisach <epeisach@mit.edu>
+
+ * admin_server.c: Provide prototype for do_child and declare static.
+
2001-07-01 Ezra Peisach <epeisach@mit.edu>
* kadm_server.h: Add prototypes for missing acl_ functions.
static int kadm_listen(void);
static void process_client(int, struct sockaddr_in *);
static void kill_children(void);
+static krb5_sigtype do_child(int);
/* close the system log file */
struct sockaddr_in peer;
int addrlen;
int pid;
- krb5_sigtype do_child();
#ifdef POSIX_SIGNALS
struct sigaction new_act;
/*NOTREACHED*/
}
-krb5_sigtype
+static krb5_sigtype
do_child(sig)
int sig;
{