Skip to content

Commit

Permalink
snapshots: Register new snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcwalton committed Aug 18, 2014
1 parent 1721e81 commit 63016dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 34 deletions.
34 changes: 0 additions & 34 deletions src/liblibc/lib.rs
Expand Up @@ -1456,47 +1456,13 @@ pub mod types {
pub Data4: [BYTE, ..8],
}

// NOTE(pcwalton, stage0): Remove after snapshot (typeck bug
// workaround).
#[cfg(stage0)]
pub struct WSAPROTOCOLCHAIN {
pub ChainLen: c_int,
pub ChainEntries: [DWORD, ..MAX_PROTOCOL_CHAIN],
}
#[cfg(not(stage0))]
pub struct WSAPROTOCOLCHAIN {
pub ChainLen: c_int,
pub ChainEntries: [DWORD, ..MAX_PROTOCOL_CHAIN as uint],
}

pub type LPWSAPROTOCOLCHAIN = *mut WSAPROTOCOLCHAIN;

// NOTE(pcwalton, stage0): Remove after snapshot (typeck bug
// workaround).
#[cfg(stage0)]
pub struct WSAPROTOCOL_INFO {
pub dwServiceFlags1: DWORD,
pub dwServiceFlags2: DWORD,
pub dwServiceFlags3: DWORD,
pub dwServiceFlags4: DWORD,
pub dwProviderFlags: DWORD,
pub ProviderId: GUID,
pub dwCatalogEntryId: DWORD,
pub ProtocolChain: WSAPROTOCOLCHAIN,
pub iVersion: c_int,
pub iAddressFamily: c_int,
pub iMaxSockAddr: c_int,
pub iMinSockAddr: c_int,
pub iSocketType: c_int,
pub iProtocol: c_int,
pub iProtocolMaxOffset: c_int,
pub iNetworkByteOrder: c_int,
pub iSecurityScheme: c_int,
pub dwMessageSize: DWORD,
pub dwProviderReserved: DWORD,
pub szProtocol: [u8, ..WSAPROTOCOL_LEN+1],
}
#[cfg(not(stage0))]
pub struct WSAPROTOCOL_INFO {
pub dwServiceFlags1: DWORD,
pub dwServiceFlags2: DWORD,
Expand Down
8 changes: 8 additions & 0 deletions src/snapshots.txt
@@ -1,3 +1,11 @@
S 2014-08-17 a86d9ad
freebsd-x86_64 f49e0c8e64c8a60dc47df9965974d2a98ef70b34
linux-i386 8f2c5f6a1b6504ee63de73c7a53aee1e4b07bca5
linux-x86_64 c04f92c5583d92217ea9641a8e0a3108acbc5283
macos-i386 2f1e849bab50ce2b92f5eb0ef5a63954904cac97
macos-x86_64 977a8e496dd4ccf79c86a93a1794e65213d76f96
winnt-i386 c2b08d721c5c1628aea4932c0e09e5bf07d54881

S 2014-08-14 aa98b25
freebsd-x86_64 6a84283dfd8600fca6ec08144228f405ad9fe333
linux-i386 6aeac588b086a99f81b53cfadd15617c82c540aa
Expand Down

5 comments on commit 63016dc

@bors
Copy link
Contributor

@bors bors commented on 63016dc Aug 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pcwalton
at pcwalton@63016dc

@bors
Copy link
Contributor

@bors bors commented on 63016dc Aug 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging pcwalton/rust/register-snapshots = 63016dc into auto

@bors
Copy link
Contributor

@bors bors commented on 63016dc Aug 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pcwalton/rust/register-snapshots = 63016dc merged ok, testing candidate = 7074592

@bors
Copy link
Contributor

@bors bors commented on 63016dc Aug 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 7074592

Please sign in to comment.