1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net-p2p/namecoin/files/patch-src__main.h
Steve Wills eb2820b2fd Namecoin is an open source decentralized key/value registration and transfer
system based on Bitcoin technology (a decentralized cryptocurrency).

It allows you to:

    * Securely register and transfer arbitrary names (keys), no possible
      censorship!
    * Attach values (data) to the names (currently up to 520 bytes, will be
      extended)
    * Trade and transact namecoins, the digital currency NMC

To register a name, you must own some namecoins (NMC, the internal
cryptocurrency used by the software).

WWW: http://namecoin.info/

PR:		ports/185459
Submitted by:	Chad J. Milios <milios@ccsys.com>
2014-02-12 18:44:49 +00:00

11 lines
256 B
C++

--- ./src/main.h.orig 2013-10-29 13:38:10.000000000 +0000
+++ ./src/main.h 2014-01-18 23:12:20.871138275 +0000
@@ -16,7 +16,6 @@
#ifdef __WXMSW__
#include <io.h> /* for _commit */
#elif !defined(MAC_OSX)
-#include <sys/prctl.h>
#endif
class CBlock;