summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-10-10 20:38:55 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-10-10 20:38:55 +0000
commit926ce58d3be975754faff4c8accde5034de4983e (patch)
treec7b5a4eaed38e108245a526e6de12c4a11630957 /openbsd-compat
parent52b77beb6560c409dfaaec6e61a8f2a2bf53d7d8 (diff)
- (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/bsd-misc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c
index eb3a5407e..7bf46dd75 100644
--- a/openbsd-compat/bsd-misc.c
+++ b/openbsd-compat/bsd-misc.c
@@ -23,10 +23,8 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26#include "xmalloc.h"
27#include "ssh.h"
28 26
29RCSID("$Id: bsd-misc.c,v 1.4 2001/04/09 14:50:56 stevesk Exp $"); 27RCSID("$Id: bsd-misc.c,v 1.5 2001/10/10 20:38:56 mouring Exp $");
30 28
31char *get_progname(char *argv0) 29char *get_progname(char *argv0)
32{ 30{