diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-07-17 14:07:42 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-07-17 14:07:42 +1000 |
commit | ba6de952a00558e6d93b8c9edd81806a99716411 (patch) | |
tree | 64494eefd21fd267a2495e058082b2f9668b2402 /ssh.c | |
parent | 5d423f4eceb09c6e26946d4b190a765a3d96c34f (diff) |
- (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.c
ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rand-helper.c ssh.c sshd.c
openbsd-compat/bsd-misc.c] Move "char *__progname" to bsd-misc.c. Reduces
diff vs OpenBSD; ok mouring@, tested by tim@ too.
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -76,11 +76,7 @@ RCSID("$OpenBSD: ssh.c,v 1.222 2004/06/23 14:31:01 dtucker Exp $"); | |||
76 | #include "scard.h" | 76 | #include "scard.h" |
77 | #endif | 77 | #endif |
78 | 78 | ||
79 | #ifdef HAVE___PROGNAME | ||
80 | extern char *__progname; | 79 | extern char *__progname; |
81 | #else | ||
82 | char *__progname; | ||
83 | #endif | ||
84 | 80 | ||
85 | /* Flag indicating whether debug mode is on. This can be set on the command line. */ | 81 | /* Flag indicating whether debug mode is on. This can be set on the command line. */ |
86 | int debug_flag = 0; | 82 | int debug_flag = 0; |