From 961e98c6869b6c6ea98b007957687a9a9ef64252 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Thu, 28 Jun 2001 23:30:38 +0000 Subject: You know I really should wake up. Stop those 3 files from files from being compiled since we removed them. =) --- openbsd-compat/Makefile.in | 4 ++-- 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 64a089321..564fab2bf 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 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 */ -- cgit v1.2.3