X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fexecuter.c;h=e72371a8d770416cf754879baed203df3349304d;hb=67a4917b07031b387beafaedce413b4207214059;hp=b78b0df09714bcf7f8026f490887d62d13c2f3b4;hpb=193ec5109dedb23058dfa734545313b5b3ba10c8;p=sliver-openvswitch.git diff --git a/ofproto/executer.c b/ofproto/executer.c index b78b0df09..e72371a8d 100644 --- a/ofproto/executer.c +++ b/ofproto/executer.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. @@ -432,7 +432,7 @@ executer_rconn_closing(struct executer *e, struct rconn *rconn) } static void -sigchld_handler(int signr UNUSED) +sigchld_handler(int signr OVS_UNUSED) { write(signal_fds[1], "", 1); }