Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118947
Collapse All | Expand All

(-)avahi-0.6.3-orig/avahi-sharp/Client.cs (-1 / +1 lines)
Lines 24-30 Link Here
24
using System.Threading;
24
using System.Threading;
25
using System.Collections;
25
using System.Collections;
26
using System.Runtime.InteropServices;
26
using System.Runtime.InteropServices;
27
using Mono.Unix;
27
using Mono.Unix.Native;
28
28
29
namespace Avahi
29
namespace Avahi
30
{
30
{
(-)avahi-0.6.3-orig/avahi-sharp/Utility.cs (-1 / +1 lines)
Lines 23-29 Link Here
23
using System.Net;
23
using System.Net;
24
using System.Text;
24
using System.Text;
25
using System.Runtime.InteropServices;
25
using System.Runtime.InteropServices;
26
using Mono.Unix;
26
using Mono.Unix.Native;
27
27
28
28
29
namespace Avahi
29
namespace Avahi

Return to bug 118947