summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2019-10-07 11:51:19 +0000
committerdlg <dlg@openbsd.org>2019-10-07 11:51:19 +0000
commit81d7692ad958a68a42ccc5050fdb9121f7fcd0f4 (patch)
tree06c82531bf2a2f31b70d8f9dbc212b97ca75e7b5
parentConvert infinite tsleep(9) to tsleep_nsec(9). (diff)
downloadwireguard-openbsd-81d7692ad958a68a42ccc5050fdb9121f7fcd0f4.tar.xz
wireguard-openbsd-81d7692ad958a68a42ccc5050fdb9121f7fcd0f4.zip
ip_ether.c is empty, and now unlinked from the build.
ok jca@ deraadt@ claudio@ visa@
-rw-r--r--sys/netinet/ip_ether.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/sys/netinet/ip_ether.c b/sys/netinet/ip_ether.c
deleted file mode 100644
index 4cc850f499a..00000000000
--- a/sys/netinet/ip_ether.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/* $OpenBSD: ip_ether.c,v 1.99 2018/02/10 08:12:01 dlg Exp $ */
-/*
- * The author of this code is Angelos D. Keromytis (kermit@adk.gr)
- *
- * This code was written by Angelos D. Keromytis for OpenBSD in October 1999.
- *
- * Copyright (C) 1999-2001 Angelos D. Keromytis.
- *
- * Permission to use, copy, and modify this software with or without fee
- * is hereby granted, provided that this entire notice is included in
- * all copies of any software which is or includes a copy or
- * modification of this software.
- * You may use this code under the GNU public license if you so wish. Please
- * contribute changes back to the authors under this freer than GPL license
- * so that we may further the use of strong encryption without limitations to
- * all.
- *
- * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTY. IN PARTICULAR, NONE OF THE AUTHORS MAKES ANY
- * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE
- * MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR
- * PURPOSE.
- */
-
-/*
- * Ethernet-inside-IP processing (RFC3378).
- */
-