diff options
author | Brian Somers <brian@FreeBSD.org> | 2001-07-09 09:24:06 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2001-07-09 09:24:06 +0000 |
commit | 7bc6d0158f0e9863a2a13a951321185d214cd3be (patch) | |
tree | a109115514a8774e981280efca775db8a410df5b /usr.bin/ee | |
parent | b5b15b9e7fbe55119213a41835516dc91b25e978 (diff) | |
download | src-test2-7bc6d0158f0e9863a2a13a951321185d214cd3be.tar.gz src-test2-7bc6d0158f0e9863a2a13a951321185d214cd3be.zip |
Notes
Diffstat (limited to 'usr.bin/ee')
-rw-r--r-- | usr.bin/ee/ee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ee/ee.c b/usr.bin/ee/ee.c index 3c624a28fea6..475e9e8863de 100644 --- a/usr.bin/ee/ee.c +++ b/usr.bin/ee/ee.c @@ -3148,7 +3148,7 @@ char *string; /* string containing user command */ } for (value = 1; value < 24; value++) signal(value, SIG_DFL); - execl(path, last_slash, "-c", string, NULL); + execl(path, last_slash, "-c", string, (char *)NULL); errx(1, exec_err_msg, path); } else /* if the parent */ |