Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
KWSys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Artur Ryt
KWSys
Commits
f477fe3f
Commit
f477fe3f
authored
17 years ago
by
Mathieu Malaterre
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: minor comments
parent
8ae25017
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Process.h.in
+2
-2
2 additions, 2 deletions
Process.h.in
ProcessUNIX.c
+1
-1
1 addition, 1 deletion
ProcessUNIX.c
kwsysDateStamp.cmake
+2
-2
2 additions, 2 deletions
kwsysDateStamp.cmake
with
5 additions
and
5 deletions
Process.h.in
+
2
−
2
View file @
f477fe3f
...
...
@@ -106,7 +106,7 @@ kwsysEXPORT void kwsysProcess_Delete(kwsysProcess* cp);
/**
* Set the command line to be executed. Argument is an array of
* pointers to the command and each argument. Th
s
array must end with
* pointers to the command and each argument. Th
e
array must end with
* a NULL pointer. Any previous command lines are removed. Returns
* 1 for success and 0 otherwise.
*/
...
...
@@ -115,7 +115,7 @@ kwsysEXPORT int kwsysProcess_SetCommand(kwsysProcess* cp,
/**
* Add a command line to be executed. Argument is an array of
* pointers to the command and each argument. Th
s
array must end with
* pointers to the command and each argument. Th
e
array must end with
* a NULL pointer. If this is not the first command added, its
* standard input will be connected to the standard output of the
* previous command. Returns 1 for success and 0 otherwise.
...
...
This diff is collapsed.
Click to expand it.
ProcessUNIX.c
+
1
−
1
View file @
f477fe3f
...
...
@@ -2408,7 +2408,7 @@ static void kwsysProcessKill(pid_t process_id)
{
if
(
ppid
==
process_id
)
{
/* Recursively kill this child an
e
d its children. */
/* Recursively kill this child and its children. */
kwsysProcessKill
(
pid
);
}
}
...
...
This diff is collapsed.
Click to expand it.
kwsysDateStamp.cmake
+
2
−
2
View file @
f477fe3f
...
...
@@ -4,7 +4,7 @@
SET
(
KWSYS_DATE_STAMP_YEAR 2008
)
# KWSys version date month component. Format is MM.
SET
(
KWSYS_DATE_STAMP_MONTH 0
3
)
SET
(
KWSYS_DATE_STAMP_MONTH 0
4
)
# KWSys version date day component. Format is DD.
SET
(
KWSYS_DATE_STAMP_DAY 2
7
)
SET
(
KWSYS_DATE_STAMP_DAY
0
2
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment