mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
Dev commit. Squash this commit in later rebase
This commit is contained in:
parent
97c37356fd
commit
68251ab06f
2 changed files with 2 additions and 3 deletions
4
Godeps/Godeps.json
generated
4
Godeps/Godeps.json
generated
|
|
@ -17,8 +17,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/ethereum/ethash",
|
"ImportPath": "github.com/ethereum/ethash",
|
||||||
"Comment": "v23.1-195-g4d50db9",
|
"Comment": "v23.1-198-g56a22a5",
|
||||||
"Rev": "4d50db90d8bb5f2fae357570366cb8c657a4ddfc"
|
"Rev": "56a22a5784aef3565e80a9620ef2064dff920f8e"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/howeyc/fsnotify",
|
"ImportPath": "github.com/howeyc/fsnotify",
|
||||||
|
|
|
||||||
1
Godeps/_workspace/src/github.com/ethereum/ethash/ethashc.go
generated
vendored
1
Godeps/_workspace/src/github.com/ethereum/ethash/ethashc.go
generated
vendored
|
|
@ -10,7 +10,6 @@ package ethash
|
||||||
#include "src/libethash/io.c"
|
#include "src/libethash/io.c"
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
# include "src/libethash/util_win32.c"
|
|
||||||
# include "src/libethash/io_win32.c"
|
# include "src/libethash/io_win32.c"
|
||||||
# include "src/libethash/mmap_win32.c"
|
# include "src/libethash/mmap_win32.c"
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue