Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / libupnp / patches / patch-aa
blob965d4d4a2ae839fd76f912274ca1815c49f53659
1 $NetBSD$
3 --- upnp/src/inc/uuid.h.orig    2012-02-23 17:48:42.000000000 +0000
4 +++ upnp/src/inc/uuid.h
5 @@ -45,6 +45,9 @@ int uuid_create(
6         /*! . */
7         uuid_upnp * id);
8  
9 +/* XXX avoid namespace conflict with system (DCE RPC) function */
10 +#define uuid_create upnp_uuid_create
12  /*!
13   * \brief Out will be xxxx-xx-xx-xx-xxxxxx format.
14   */