projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b6e759
)
Forgot to change this one as well
author
Colin Finck
<colin@reactos.org>
Sun, 9 Mar 2008 12:01:59 +0000
(12:01 +0000)
committer
Colin Finck
<colin@reactos.org>
Sun, 9 Mar 2008 12:01:59 +0000
(12:01 +0000)
svn path=/trunk/; revision=32620
reactos/tools/sysreg/os_support.cpp
patch
|
blob
|
history
diff --git
a/reactos/tools/sysreg/os_support.cpp
b/reactos/tools/sysreg/os_support.cpp
index
e1a588a
..
3ecfc0d
100644
(file)
--- a/
reactos/tools/sysreg/os_support.cpp
+++ b/
reactos/tools/sysreg/os_support.cpp
@@
-246,7
+246,7
@@
__inline int gettimeofday(struct timeval *tv, struct timezone *tz)
struct sigaction OsSupport::s_sact;
- OsSupport::ProcessID OsSupport::createProcess(c
har *procname, int procargsnum,
char **procargs, bool bWait)
+ OsSupport::ProcessID OsSupport::createProcess(c
onst char *procname, int procargsnum, const
char **procargs, bool bWait)
{
ProcessID pid;