summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-misc.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-01-04 13:07:27 +0000
committerColin Watson <cjwatson@debian.org>2005-01-04 13:07:27 +0000
commitfd0f611b70a83d80fe8793af785542ee5541b7cd (patch)
treebededd22bb7eeec52e20083237ab7e4113445a16 /openbsd-compat/bsd-misc.c
parentc44fe9a5b9d3db96a7249b04d915f17e4a3a3b04 (diff)
parentebd2ce335af5861020c79fddb1ae35c03bf036cf (diff)
Merge 3.9p1 to the trunk.
Diffstat (limited to 'openbsd-compat/bsd-misc.c')
-rw-r--r--openbsd-compat/bsd-misc.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c
index 7b06786f5..1b276b4f4 100644
--- a/openbsd-compat/bsd-misc.c
+++ b/openbsd-compat/bsd-misc.c
@@ -1,3 +1,4 @@
1
1/* 2/*
2 * Copyright (c) 1999-2004 Damien Miller <djm@mindrot.org> 3 * Copyright (c) 1999-2004 Damien Miller <djm@mindrot.org>
3 * 4 *
@@ -17,7 +18,11 @@
17#include "includes.h" 18#include "includes.h"
18#include "xmalloc.h" 19#include "xmalloc.h"
19 20
20RCSID("$Id: bsd-misc.c,v 1.21 2004/02/17 05:49:55 djm Exp $"); 21RCSID("$Id: bsd-misc.c,v 1.25 2004/08/15 08:41:00 djm Exp $");
22
23#ifndef HAVE___PROGNAME
24char *__progname;
25#endif
21 26
22/* 27/*
23 * NB. duplicate __progname in case it is an alias for argv[0] 28 * NB. duplicate __progname in case it is an alias for argv[0]