summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkjc <kjc@openbsd.org>2001-08-16 13:05:24 +0000
committerkjc <kjc@openbsd.org>2001-08-16 13:05:24 +0000
commit9124c0b14dfdb3d5990fc055ee14a59c84c130f3 (patch)
treefbb63d0895e25c845754a5c4db1fa07080cda61b
parentsync with KAME. (diff)
downloadwireguard-openbsd-9124c0b14dfdb3d5990fc055ee14a59c84c130f3.tar.xz
wireguard-openbsd-9124c0b14dfdb3d5990fc055ee14a59c84c130f3.zip
state that this skeleton file is in the public domain.
-rw-r--r--sys/altq/altq_localq.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/altq/altq_localq.c b/sys/altq/altq_localq.c
index bb9a9ee010c..f692597819a 100644
--- a/sys/altq/altq_localq.c
+++ b/sys/altq/altq_localq.c
@@ -1,5 +1,9 @@
-/* $OpenBSD: altq_localq.c,v 1.2 2001/08/09 14:32:59 deraadt Exp $ */
-/* $KAME: altq_localq.c,v 1.3 2000/10/18 09:15:23 kjc Exp $ */
+/* $OpenBSD: altq_localq.c,v 1.3 2001/08/16 13:05:24 kjc Exp $ */
+/* $KAME: altq_localq.c,v 1.4 2001/08/16 11:28:25 kjc Exp $ */
+/*
+ * a skeleton file for implementing a new queueing discipline.
+ * this file is in the public domain.
+ */
#include <sys/param.h>
#include <sys/mbuf.h>