diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-29 01:30:38 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-29 01:30:38 +0200 |
commit | 961e98c6869b6c6ea98b007957687a9a9ef64252 (patch) | |
tree | 57566bb7b7f61f334510bad26038f42ae6445fa4 /openbsd-compat/openbsd-compat.h | |
parent | - (bal) Remove getusershell() since it's no longer use (diff) | |
download | openssh-961e98c6869b6c6ea98b007957687a9a9ef64252.tar.xz openssh-961e98c6869b6c6ea98b007957687a9a9ef64252.zip |
You know I really should wake up. <sigh> Stop those 3 files from files from
being compiled since we removed them. =)
Diffstat (limited to '')
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 9b8bf35fa..02e7a57d3 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h @@ -1,4 +1,4 @@ -/* $Id: openbsd-compat.h,v 1.8 2001/06/25 08:09:17 djm Exp $ */ +/* $Id: openbsd-compat.h,v 1.9 2001/06/28 23:30:38 mouring Exp $ */ #ifndef _OPENBSD_H #define _OPENBSD_H @@ -20,14 +20,11 @@ #include "sigact.h" #include "inet_aton.h" #include "inet_ntoa.h" -#include "inet_ntop.h" #include "strsep.h" -#include "strtok.h" #include "vis.h" #include "setproctitle.h" #include "getgrouplist.h" #include "glob.h" -#include "getusershell.h" #include "readpassphrase.h" /* Home grown routines */ |