You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.180
Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
This commit is contained in:
parent
0e2d47d1c8
commit
0510252385
@ -8,10 +8,7 @@ using System.Text;
|
||||
namespace System.Net.Sockets
|
||||
{
|
||||
/// <summary>Represents a Unix Domain Socket endpoint as a path.</summary>
|
||||
#if !MONO
|
||||
public
|
||||
#endif
|
||||
sealed partial class UnixDomainSocketEndPoint : EndPoint
|
||||
public sealed partial class UnixDomainSocketEndPoint : EndPoint
|
||||
{
|
||||
private static readonly int s_nativePathOffset;
|
||||
private static readonly int s_nativePathLength;
|
||||
|
@ -8,10 +8,7 @@ using System.Text;
|
||||
namespace System.Net.Sockets
|
||||
{
|
||||
/// <summary>Represents a Unix Domain Socket endpoint as a path.</summary>
|
||||
#if !MONO
|
||||
public
|
||||
#endif
|
||||
sealed partial class UnixDomainSocketEndPoint : EndPoint
|
||||
public sealed partial class UnixDomainSocketEndPoint : EndPoint
|
||||
{
|
||||
private const AddressFamily EndPointAddressFamily = AddressFamily.Unix;
|
||||
|
||||
|
Reference in New Issue
Block a user