diff options
Diffstat (limited to 'dev-dotnet/mono-zeroconf/files')
-rw-r--r-- | dev-dotnet/mono-zeroconf/files/mono-zeroconf-0.8.0-mono-2.2.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-dotnet/mono-zeroconf/files/mono-zeroconf-0.8.0-mono-2.2.patch b/dev-dotnet/mono-zeroconf/files/mono-zeroconf-0.8.0-mono-2.2.patch deleted file mode 100644 index 777ff0134970..000000000000 --- a/dev-dotnet/mono-zeroconf/files/mono-zeroconf-0.8.0-mono-2.2.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -urN mono-zeroconf-0.8.0.orig/src/Mono.Zeroconf.Providers.AvahiDBus/Mono.Zeroconf.Providers.AvahiDBus/Service.cs mono-zeroconf-0.8.0/src/Mono.Zeroconf.Providers.AvahiDBus/Mono.Zeroconf.Providers.AvahiDBus/Service.cs ---- mono-zeroconf-0.8.0.orig/src/Mono.Zeroconf.Providers.AvahiDBus/Mono.Zeroconf.Providers.AvahiDBus/Service.cs 2008-06-27 00:45:12.000000000 +0200 -+++ mono-zeroconf-0.8.0/src/Mono.Zeroconf.Providers.AvahiDBus/Mono.Zeroconf.Providers.AvahiDBus/Service.cs 2009-01-22 16:52:58.155891843 +0100 -@@ -65,17 +65,17 @@ - - public string Name { - get { return name; } -- protected set { name = value; } -+ set { name = value; } - } - - public string RegType { - get { return regtype; } -- protected set { regtype = value; } -+ set { regtype = value; } - } - - public string ReplyDomain { - get { return reply_domain; } -- protected set { reply_domain = value; } -+ set { reply_domain = value; } - } - - public uint NetworkInterface { |