summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/rump/net/lib/libnetinet/Makefile4
-rw-r--r--sys/rump/net/lib/libnetinet/dummy.c28
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;