Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pf no need for the end macros anymore



details:   https://anonhg.NetBSD.org/src/rev/a224fe4dcf56
branches:  trunk
changeset: 786000:a224fe4dcf56
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 10 22:21:53 2013 +0000

description:
no need for the end macros anymore

diffstat:

 usr.sbin/pf/compat_openbsd.h |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r 5a7c9892f9fb -r a224fe4dcf56 usr.sbin/pf/compat_openbsd.h
--- a/usr.sbin/pf/compat_openbsd.h      Wed Apr 10 16:45:45 2013 +0000
+++ b/usr.sbin/pf/compat_openbsd.h      Wed Apr 10 22:21:53 2013 +0000
@@ -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
  */
 



Home | Main Index | Thread Index | Old Index