summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-misc.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-08-13 18:37:21 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-08-13 18:37:21 +1000
commit03669a363eb8c76f460a75adc11d0eb933e4af49 (patch)
tree55930d35b85fcbce7eb531106b73210831d8a517 /openbsd-compat/bsd-misc.c
parenteb57862e7c4be89ccb0428298e9737ff7e2398f9 (diff)
- (dtucker) [openbsd-compat/bsd-misc.c] Typo in #ifdef; from vinschen at
redhat.com
Diffstat (limited to 'openbsd-compat/bsd-misc.c')
-rw-r--r--openbsd-compat/bsd-misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c
index 07b7c0755..3a30b6e4f 100644
--- a/openbsd-compat/bsd-misc.c
+++ b/openbsd-compat/bsd-misc.c
@@ -17,9 +17,9 @@
17#include "includes.h" 17#include "includes.h"
18#include "xmalloc.h" 18#include "xmalloc.h"
19 19
20RCSID("$Id: bsd-misc.c,v 1.23 2004/07/17 04:07:42 dtucker Exp $"); 20RCSID("$Id: bsd-misc.c,v 1.24 2004/08/13 08:37:21 dtucker Exp $");
21 21
22#ifndef HAVE__PROGNAME 22#ifndef HAVE___PROGNAME
23char *__progname; 23char *__progname;
24#endif 24#endif
25 25