Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/dist/heimdal/kadmin remove redundant declarations
details: https://anonhg.NetBSD.org/src/rev/e9a380d7dc84
branches: trunk
changeset: 503345:e9a380d7dc84
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 04 22:55:26 2001 +0000
description:
remove redundant declarations
diffstat:
crypto/dist/heimdal/kadmin/kadm_conn.c | 3 +--
crypto/dist/heimdal/kadmin/kadmind.c | 5 +----
2 files changed, 2 insertions(+), 6 deletions(-)
diffs (42 lines):
diff -r a27258416f9c -r e9a380d7dc84 crypto/dist/heimdal/kadmin/kadm_conn.c
--- a/crypto/dist/heimdal/kadmin/kadm_conn.c Sun Feb 04 22:32:24 2001 +0000
+++ b/crypto/dist/heimdal/kadmin/kadm_conn.c Sun Feb 04 22:55:26 2001 +0000
@@ -36,7 +36,7 @@
#include <sys/wait.h>
#endif
-RCSID("$Id: kadm_conn.c,v 1.2 2000/08/06 06:48:50 thorpej Exp $");
+RCSID("$Id: kadm_conn.c,v 1.3 2001/02/04 22:55:26 christos Exp $");
struct kadm_port {
char *port;
@@ -91,7 +91,6 @@
}
static pid_t pgrp;
-sig_atomic_t term_flag, doing_useful_work;
static RETSIGTYPE
sigchld(int sig)
diff -r a27258416f9c -r e9a380d7dc84 crypto/dist/heimdal/kadmin/kadmind.c
--- a/crypto/dist/heimdal/kadmin/kadmind.c Sun Feb 04 22:32:24 2001 +0000
+++ b/crypto/dist/heimdal/kadmin/kadmind.c Sun Feb 04 22:55:26 2001 +0000
@@ -33,7 +33,7 @@
#include "kadmin_locl.h"
-RCSID("$Id: kadmind.c,v 1.3 2000/12/19 21:31:11 nathanw Exp $");
+RCSID("$Id: kadmind.c,v 1.4 2001/02/04 22:55:26 christos Exp $");
static char *config_file;
static char *keyfile;
@@ -80,9 +80,6 @@
exit (ret);
}
-krb5_error_code
-kadmind_loop (krb5_context, krb5_auth_context, krb5_keytab, int);
-
int
main(int argc, char **argv)
{
Home |
Main Index |
Thread Index |
Old Index