diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-08 19:08:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-08 19:08:25 +0000 |
commit | 36660d77e44461f6827dbe72048823908f1c7512 (patch) | |
tree | a9e87aa2cd881cb5d67ff98b8ea2fa13ef12fc63 /sbin | |
parent | 72a73bc9ba660f15a0a980334518ece4431f807e (diff) |
forget about sysdep/openbsd/sysdep-os.h
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/Makefile | 4 | ||||
-rw-r--r-- | sbin/isakmpd/sysdep.h | 4 | ||||
-rw-r--r-- | sbin/isakmpd/sysdep/openbsd/sysdep-os.h | 35 |
3 files changed, 3 insertions, 40 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index 8f104624d95..baee24bc5e0 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.71 2005/04/08 19:05:15 deraadt Exp $ +# $OpenBSD: Makefile,v 1.72 2005/04/08 19:08:23 deraadt Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -61,7 +61,7 @@ CLEANFILES= exchange_num.c exchange_num.h ipsec_num.c ipsec_num.h \ isakmp_fld.c isakmp_fld.h MAN= isakmpd.8 isakmpd.conf.5 isakmpd.policy.5 CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes \ - -Wmissing-declarations -I${.CURDIR} -I${.CURDIR}/sysdep/${OS} -I. + -Wmissing-declarations -I${.CURDIR} -I. # Include symbolic debugging info #DEBUG= -g diff --git a/sbin/isakmpd/sysdep.h b/sbin/isakmpd/sysdep.h index b4811838870..e0f49377b76 100644 --- a/sbin/isakmpd/sysdep.h +++ b/sbin/isakmpd/sysdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysdep.h,v 1.21 2005/04/08 16:06:25 deraadt Exp $ */ +/* $OpenBSD: sysdep.h,v 1.22 2005/04/08 19:08:23 deraadt Exp $ */ /* $EOM: sysdep.h,v 1.17 2000/12/04 04:46:35 angelos Exp $ */ /* @@ -38,8 +38,6 @@ #include <string.h> #endif -#include "sysdep-os.h" - struct proto; struct sa; struct sockaddr; diff --git a/sbin/isakmpd/sysdep/openbsd/sysdep-os.h b/sbin/isakmpd/sysdep/openbsd/sysdep-os.h deleted file mode 100644 index daa36f008fb..00000000000 --- a/sbin/isakmpd/sysdep/openbsd/sysdep-os.h +++ /dev/null @@ -1,35 +0,0 @@ -/* $OpenBSD: sysdep-os.h,v 1.7 2005/04/08 15:56:35 deraadt Exp $ */ -/* $EOM: sysdep-os.h,v 1.3 1999/07/08 16:48:40 niklas Exp $ */ - -/* - * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF - * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -/* - * This code was written under funding by Ericsson Radio Systems. - */ - -#ifndef _SYSDEP_OS_H_ -#define _SYSDEP_OS_H_ - -#endif /* _SYSDEP_OS_H_ */ |