X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fqueue.c;h=d204a469f01e3859ecbeaad7c5560eaccbe2d8a1;hb=142181fcd734a2afff9fe13e54fe51c7a2c824d2;hp=649db3be6880dc7f069e861e5e0ef1cafbbc0abb;hpb=a14bc59fb8f27db193d74662dc9c5cb8237177ef;p=openvswitch diff --git a/lib/queue.c b/lib/queue.c index 649db3be..d204a469 100644 --- a/lib/queue.c +++ b/lib/queue.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -100,7 +100,7 @@ queue_pop_head(struct ovs_queue *q) /* Checks the internal integrity of 'q'. For use in debugging. */ static void -check_queue(struct ovs_queue *q UNUSED) +check_queue(struct ovs_queue *q OVS_UNUSED) { #if 0 struct ofpbuf *iter;