Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
ParaView
Commits
00e371f8
Commit
00e371f8
authored
Jul 04, 2004
by
Bill Hoffman
Browse files
no c++ comments in c
parent
815eaeff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Utilities/KWSys/ProcessUNIX.c
View file @
00e371f8
...
...
@@ -1739,7 +1739,7 @@ static void kwsysProcessKill(pid_t process_id)
char
fname
[
4096
];
#endif
const
int
bufferSize
=
1024
;
char
buffer
[
1025
];
/
/
should be buffersize +1 but fails to build on hp cc
char
buffer
[
1025
];
/
*
should be buffersize +1 but fails to build on hp cc
*/
struct
dirent
*
d
;
/* Each process has a directory in /proc whose name is the pid.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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