diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-28 23:30:38 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-28 23:30:38 +0000 |
commit | 961e98c6869b6c6ea98b007957687a9a9ef64252 (patch) | |
tree | 57566bb7b7f61f334510bad26038f42ae6445fa4 /openbsd-compat | |
parent | e6affc6a13304e8f0cb81b467f70d414733e8457 (diff) | |
download | openssh-git-961e98c6869b6c6ea98b007957687a9a9ef64252.tar.gz |
You know I really should wake up. <sigh> Stop those 3 files from files from
being compiled since we removed them. =)
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/Makefile.in | 4 | ||||
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index 64a08932..564fab2b 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.12 2001/06/25 08:09:17 djm Exp $ +# $Id: Makefile.in,v 1.13 2001/06/28 23:30:38 mouring Exp $ sysconfdir=@sysconfdir@ piddir=@piddir@ @@ -16,7 +16,7 @@ RANLIB=@RANLIB@ INSTALL=@INSTALL@ LDFLAGS=-L. @LDFLAGS@ -OPENBSD=base64.o bindresvport.o daemon.o dirname.o getcwd.o getgrouplist.o getusershell.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o strtok.o vis.o +OPENBSD=base64.o bindresvport.o daemon.o dirname.o getcwd.o getgrouplist.o glob.o inet_aton.o inet_ntoa.o mktemp.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o vis.o COMPAT=bsd-arc4random.o bsd-cygwin_util.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 9b8bf35f..02e7a57d 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 */ |