git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aed6d4
)
Fix bug 5055
author
Volker Lendecke
<vl@sernet.de>
Mon, 26 Nov 2007 14:28:13 +0000
(15:28 +0100)
committer
Stefan Metzmacher
<metze@samba.org>
Tue, 15 Jan 2008 12:42:53 +0000
(13:42 +0100)
(lib/replace part of
8bcd2df841bae63e7d58c35d4728b7d853471697
metze)
(This used to be commit
8db9e196506f530c780d93e16da590566d16a407
)
source4/lib/replace/replace.c
patch
|
blob
|
history
diff --git
a/source4/lib/replace/replace.c
b/source4/lib/replace/replace.c
index cec158be313e16a7b52a5c5130cfb2cafb57fe52..b2a240e8ab4ad2c70eb30d94741dc2ee2bb84bbc 100644
(file)
--- a/
source4/lib/replace/replace.c
+++ b/
source4/lib/replace/replace.c
@@
-218,7
+218,7
@@
long nap(long milliseconds) {
#ifndef HAVE_MEMMOVE
/*******************************************************************
safely copies memory, ensuring no overlap problems.
-this is only used if the machine does not have it
'
s own memmove().
+this is only used if the machine does not have its own memmove().
this is not the fastest algorithm in town, but it will do for our
needs.
********************************************************************/