summaryrefslogtreecommitdiffstats
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
parenteb57862e7c4be89ccb0428298e9737ff7e2398f9 (diff)
- (dtucker) [openbsd-compat/bsd-misc.c] Typo in #ifdef; from vinschen at
redhat.com
-rw-r--r--ChangeLog6
-rw-r--r--openbsd-compat/bsd-misc.c4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a661ec6..fe0ff009 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20040813
+ - (dtucker) [openbsd-compat/bsd-misc.c] Typo in #ifdef; from vinschen at
+ redhat.com
+
20040812
- (dtucker) [sshd.c] Remove duplicate variable imported during sync.
- (dtucker) OpenBSD CVS Sync
@@ -1594,4 +1598,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3497 2004/08/12 13:08:14 dtucker Exp $
+$Id: ChangeLog,v 1.3498 2004/08/13 08:37:21 dtucker Exp $
diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c
index 07b7c075..3a30b6e4 100644
--- a/openbsd-compat/bsd-misc.c
+++ b/openbsd-compat/bsd-misc.c
@@ -17,9 +17,9 @@
#include "includes.h"
#include "xmalloc.h"
-RCSID("$Id: bsd-misc.c,v 1.23 2004/07/17 04:07:42 dtucker Exp $");
+RCSID("$Id: bsd-misc.c,v 1.24 2004/08/13 08:37:21 dtucker Exp $");
-#ifndef HAVE__PROGNAME
+#ifndef HAVE___PROGNAME
char *__progname;
#endif