summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/as/input-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/as/input-file.c')
-rw-r--r--gnu/usr.bin/as/input-file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/as/input-file.c b/gnu/usr.bin/as/input-file.c
index b9bb4be..23e6a32 100644
--- a/gnu/usr.bin/as/input-file.c
+++ b/gnu/usr.bin/as/input-file.c
@@ -173,8 +173,8 @@ int debugging; /* TRUE if we are debugging assembler. */
(void)dup2 (fd, fileno(stdout));
/* JF for testing #define PREPROCESSOR "/lib/app" */
#define PREPROCESSOR "./app"
- execl (PREPROCESSOR, PREPROCESSOR, 0);
- execl ("app","app",0);
+ execl (PREPROCESSOR, PREPROCESSOR, (char *)0);
+ execl ("app","app",(char *)0);
(void)write(2,"Exec of app failed. Get help.\n",31);
(void)unlink(temporary_file_name);
_exit (11);
OpenPOWER on IntegriCloud