Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Allred
crown-core
Commits
666ccf96
Commit
666ccf96
authored
11 years ago
by
Philip Kaufmann
Browse files
Options
Download
Email Patches
Plain Diff
misc spelling / space / style fixes
parent
dda1d931
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure.ac
+2
-2
configure.ac
src/chainparams.h
+1
-1
src/chainparams.h
src/net.h
+1
-1
src/net.h
with
4 additions
and
4 deletions
+4
-4
configure.ac
View file @
666ccf96
...
...
@@ -154,7 +154,7 @@ use_pkgconfig=yes
case $host in
*mingw*)
#pkgconfig does more harm than good with
m
in
gw
#pkgconfig does more harm than good with
M
in
GW
use_pkgconfig=no
TARGET_OS=windows
...
...
@@ -298,7 +298,7 @@ if test x$use_hardening != xno; then
AX_CHECK_COMPILE_FLAG([-fno-stack-protector],[HARDENED_CXXFLAGS="$HARDENED_CXXFLAGS -fno-stack-protector"])
AX_CHECK_COMPILE_FLAG([-fstack-protector-all],[HARDENED_CXXFLAGS="$HARDENED_CXXFLAGS -fstack-protector-all"])
# -pie will link successfully with
m
in
gw
, but it's unsupported and leads to undeterministic binaries
# -pie will link successfully with
M
in
GW
, but it's unsupported and leads to undeterministic binaries
AX_CHECK_LINK_FLAG([[-pie]], [HARDENED_LDFLAGS="$HARDENED_LDFLAGS -pie"])
fi
...
...
This diff is collapsed.
Click to expand it.
src/chainparams.h
View file @
666ccf96
...
...
@@ -68,7 +68,7 @@ public:
virtual
const
vector
<
CAddress
>&
FixedSeeds
()
const
=
0
;
int
RPCPort
()
const
{
return
nRPCPort
;
}
protected:
CChainParams
()
{}
;
CChainParams
()
{}
uint256
hashGenesisBlock
;
MessageStartChars
pchMessageStart
;
...
...
This diff is collapsed.
Click to expand it.
src/net.h
View file @
666ccf96
...
...
@@ -313,7 +313,7 @@ public:
unsigned
int
GetTotalRecvSize
()
{
unsigned
int
total
=
0
;
BOOST_FOREACH
(
const
CNetMessage
&
msg
,
vRecvMsg
)
BOOST_FOREACH
(
const
CNetMessage
&
msg
,
vRecvMsg
)
total
+=
msg
.
vRecv
.
size
()
+
24
;
return
total
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment