[Pkg-wmaker-commits] [wmbiff] 08/19: exec command can take a const char *

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_11
in repository wmbiff.

commit de047a35f7ec2b1381c08db1bb45bc7c169c2a07
Author: bluehal <bluehal>
Date:   Sun Dec 29 01:11:53 2002 +0000

    exec command can take a const char *
---
 wmgeneral/misc.c | 2 +-
 wmgeneral/misc.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wmgeneral/misc.c b/wmgeneral/misc.c
index 40274a3..bf03449 100644
--- a/wmgeneral/misc.c
+++ b/wmgeneral/misc.c
@@ -24,7 +24,7 @@
 #include "list.h"
 #include "misc.h"
 
-extern pid_t execCommand(char *command)
+extern pid_t execCommand(const char *command)
 {
 	pid_t pid;
 
diff --git a/wmgeneral/misc.h b/wmgeneral/misc.h
index 4c0027b..2546bcb 100644
--- a/wmgeneral/misc.h
+++ b/wmgeneral/misc.h
@@ -5,5 +5,5 @@
 
 extern void parse_command(char *, char ***, int *);
 
-extern pid_t execCommand(char *);
+extern pid_t execCommand(const char *);
 #endif							/* __MISC_H */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list