diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-10-10 22:38:55 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-10-10 22:38:55 +0200 |
commit | 926ce58d3be975754faff4c8accde5034de4983e (patch) | |
tree | c7b5a4eaed38e108245a526e6de12c4a11630957 /openbsd-compat/bsd-misc.c | |
parent | - markus@cvs.openbsd.org 2001/10/09 21:59:41 (diff) | |
download | openssh-926ce58d3be975754faff4c8accde5034de4983e.tar.xz openssh-926ce58d3be975754faff4c8accde5034de4983e.zip |
- (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
Diffstat (limited to '')
-rw-r--r-- | openbsd-compat/bsd-misc.c | 4 |
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 @@ */ #include "includes.h" -#include "xmalloc.h" -#include "ssh.h" -RCSID("$Id: bsd-misc.c,v 1.4 2001/04/09 14:50:56 stevesk Exp $"); +RCSID("$Id: bsd-misc.c,v 1.5 2001/10/10 20:38:56 mouring Exp $"); char *get_progname(char *argv0) { |