X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn-tcp.c;h=906718d5bdaefa7c492d413d31ed6ea5f0641b62;hb=67a4917b07031b387beafaedce413b4207214059;hp=aac716623de0ed09845c1cbf12d7c45014fbe3e8;hpb=4f2eb9a7e861da23560bb84d50685c836c195419;p=openvswitch diff --git a/lib/vconn-tcp.c b/lib/vconn-tcp.c index aac71662..906718d5 100644 --- a/lib/vconn-tcp.c +++ b/lib/vconn-tcp.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 @@ static int ptcp_accept(int fd, const struct sockaddr *sa, size_t sa_len, struct vconn **vconnp); static int -ptcp_open(const char *name UNUSED, char *suffix, struct pvconn **pvconnp) +ptcp_open(const char *name OVS_UNUSED, char *suffix, struct pvconn **pvconnp) { int fd;