diff options
| author | Philip Kaufmann <[email protected]> | 2014-06-16 15:55:39 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-08-08 07:40:45 +0200 |
| commit | efd6b87811351cde592ac48247190e682ad02aea (patch) | |
| tree | 0e362f3f4b8cc1bd13764a05433ee84a0bbe4b49 /src/compat.h | |
| parent | Merge pull request #4498 (diff) | |
| download | discoin-efd6b87811351cde592ac48247190e682ad02aea.tar.xz discoin-efd6b87811351cde592ac48247190e682ad02aea.zip | |
small net cleanup
- add comment for disabling sigpipe
- add closing comment in compat.h
- remove redundant check in net.h
Diffstat (limited to 'src/compat.h')
| -rw-r--r-- | src/compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compat.h b/src/compat.h index 1b3a60d11..52c781713 100644 --- a/src/compat.h +++ b/src/compat.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2009-2013 The Bitcoin developers +// Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -59,4 +59,4 @@ typedef u_int SOCKET; #define SOCKET_ERROR -1 #endif -#endif +#endif // _BITCOIN_COMPAT_H |