summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 3a661ec69..fe0ff0099 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120040813
2 - (dtucker) [openbsd-compat/bsd-misc.c] Typo in #ifdef; from vinschen at
3 redhat.com
4
120040812 520040812
2 - (dtucker) [sshd.c] Remove duplicate variable imported during sync. 6 - (dtucker) [sshd.c] Remove duplicate variable imported during sync.
3 - (dtucker) OpenBSD CVS Sync 7 - (dtucker) OpenBSD CVS Sync
@@ -1594,4 +1598,4 @@
1594 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1598 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1595 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1599 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1596 1600
1597$Id: ChangeLog,v 1.3497 2004/08/12 13:08:14 dtucker Exp $ 1601$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 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