Module Name: src
Committed By: christos
Date: Wed Apr 10 22:21:53 UTC 2013
Modified Files:
src/usr.sbin/pf: compat_openbsd.h
Log Message:
no need for the end macros anymore
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/pf/compat_openbsd.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/pf/compat_openbsd.h
diff -u src/usr.sbin/pf/compat_openbsd.h:1.5 src/usr.sbin/pf/compat_openbsd.h:1.6
--- src/usr.sbin/pf/compat_openbsd.h:1.5 Wed Jun 18 05:06:28 2008
+++ src/usr.sbin/pf/compat_openbsd.h Wed Apr 10 18:21:53 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_openbsd.h,v 1.5 2008/06/18 09:06:28 yamt Exp $ */
+/* $NetBSD: compat_openbsd.h,v 1.6 2013/04/10 22:21:53 christos Exp $ */
/*-
* Copyright (c)2004 YAMAMOTO Takashi,
@@ -35,14 +35,6 @@
#include <stdarg.h>
/*
- * sys/queue.h
- */
-
-#define TAILQ_END(h) NULL
-#define LIST_END(h) NULL
-
-
-/*
* libc/stdlib/strtonum.c
*/