diff options
| author | pooka <pooka@NetBSD.org> | 2009-12-11 16:34:50 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2009-12-11 16:34:50 +0000 |
| commit | eede817dfdff97ef9bc13877eb004ea844d20f9d (patch) | |
| tree | 02fa3a40d27734eb5c8dac27abdc64b59dc97e25 /sys/rump/net/lib/libnetinet | |
| parent | afecdcdcbcb77a1efc65733ce16a463aa9f58c16 (diff) | |
Include component.c instead of dummy.c so that domain constructors
get properly called.
Diffstat (limited to 'sys/rump/net/lib/libnetinet')
| -rw-r--r-- | sys/rump/net/lib/libnetinet/Makefile | 4 | ||||
| -rw-r--r-- | sys/rump/net/lib/libnetinet/dummy.c | 28 |
2 files changed, 2 insertions, 30 deletions
diff --git a/sys/rump/net/lib/libnetinet/Makefile b/sys/rump/net/lib/libnetinet/Makefile index 059ca31cc51..c712e93c532 100644 --- a/sys/rump/net/lib/libnetinet/Makefile +++ b/sys/rump/net/lib/libnetinet/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2008/10/16 19:14:51 pooka Exp $ +# $NetBSD: Makefile,v 1.4 2009/12/11 16:34:50 pooka Exp $ # LIB= rumpnet_netinet -SRCS= dummy.c +SRCS= component.c .include <bsd.lib.mk> .include <bsd.klinks.mk> diff --git a/sys/rump/net/lib/libnetinet/dummy.c b/sys/rump/net/lib/libnetinet/dummy.c deleted file mode 100644 index 0af8165ed27..00000000000 --- a/sys/rump/net/lib/libnetinet/dummy.c +++ /dev/null @@ -1,28 +0,0 @@ -/* $NetBSD: dummy.c,v 1.1 2008/10/16 19:14:51 pooka Exp $ */ - -/* - * Copyright (c) 2008 Antti Kantee. 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 OR CONTRIBUTORS 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. - */ - -int i_am_nonnondummy; |
