summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-08 15:56:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-08 15:56:49 +0000
commit719e664dd6e1dc5bf87f7e10bdf74a71024fde04 (patch)
tree6663993804d2e0de859131de4bd2c07447152dc3
parent8afcb351bdd1450bbd4c3f7f71be3050333283b2 (diff)
sysdep_progname() is non-portable gunk
-rw-r--r--sbin/isakmpd/sysdep/openbsd/sysdep.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sbin/isakmpd/sysdep/openbsd/sysdep.c b/sbin/isakmpd/sysdep/openbsd/sysdep.c
index f59922fde23..195a41494a2 100644
--- a/sbin/isakmpd/sysdep/openbsd/sysdep.c
+++ b/sbin/isakmpd/sysdep/openbsd/sysdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysdep.c,v 1.28 2004/08/10 15:59:11 ho Exp $ */
+/* $OpenBSD: sysdep.c,v 1.29 2005/04/08 15:56:48 deraadt Exp $ */
/* $EOM: sysdep.c,v 1.9 2000/12/04 04:46:35 angelos Exp $ */
/*
@@ -70,13 +70,6 @@ sysdep_random()
return random();
}
-/* Return the basename of the command used to invoke us. */
-char *
-sysdep_progname()
-{
- return __progname;
-}
-
/* Return the length of the sockaddr struct. */
u_int8_t
sysdep_sa_len(struct sockaddr *sa)