X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn-unix.c;h=d2b5a0f4060a831d53cd14cefc6d08683ed98849;hb=67a4917b07031b387beafaedce413b4207214059;hp=f24c84640b2a0bfbabc99cf58accc3d415ded6a0;hpb=3f355f47f8e7343e909ccfa854454d667baf3c38;p=openvswitch diff --git a/lib/vconn-unix.c b/lib/vconn-unix.c index f24c8464..d2b5a0f4 100644 --- a/lib/vconn-unix.c +++ b/lib/vconn-unix.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. @@ -80,7 +80,7 @@ static int punix_accept(int fd, const struct sockaddr *sa, size_t sa_len, struct vconn **vconnp); static int -punix_open(const char *name UNUSED, char *suffix, struct pvconn **pvconnp) +punix_open(const char *name OVS_UNUSED, char *suffix, struct pvconn **pvconnp) { int fd, error;