diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1996-01-05 01:48:07 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1996-01-05 01:48:07 +0000 |
| commit | 67e73a53fc007aaa34b64a578546b526734ddd31 (patch) | |
| tree | 94d1f9f9072ef07d8a57a1c5914183ad50e60723 | |
| parent | 74b48c1de1e45683d7bce85e0fdf3e3903e62773 (diff) | |
Notes
| -rw-r--r-- | sys/dev/aic7xxx/aic7xxx_asm.c | 4 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aicasm.c | 4 | ||||
| -rw-r--r-- | sys/dev/aic7xxx/aicasm/aicasm.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx_asm.c b/sys/dev/aic7xxx/aic7xxx_asm.c index d53a4b96570b..402b33760e59 100644 --- a/sys/dev/aic7xxx/aic7xxx_asm.c +++ b/sys/dev/aic7xxx/aic7xxx_asm.c @@ -43,7 +43,7 @@ * are token separators. * *-M*************************************************************************/ -static char id[] = "$Id: aic7xxx_asm.c,v 1.9 1995/05/30 07:57:33 rgrimes Exp $"; +static char id[] = "$Id: aic7xxx_asm.c,v 1.10 1996/01/03 06:25:31 gibbs Exp $"; #include <ctype.h> #include <stdio.h> #include <string.h> @@ -679,7 +679,7 @@ main(int argc, char **argv) } close(ifile); } - execl("/usr/bin/cpp", "/usr/bin/cpp", "-P", "-", "-"); + execl("/usr/bin/cpp", "/usr/bin/cpp", "-P", "-", "-", NULL); } return(EXIT_SUCCESS); } diff --git a/sys/dev/aic7xxx/aicasm.c b/sys/dev/aic7xxx/aicasm.c index d53a4b96570b..402b33760e59 100644 --- a/sys/dev/aic7xxx/aicasm.c +++ b/sys/dev/aic7xxx/aicasm.c @@ -43,7 +43,7 @@ * are token separators. * *-M*************************************************************************/ -static char id[] = "$Id: aic7xxx_asm.c,v 1.9 1995/05/30 07:57:33 rgrimes Exp $"; +static char id[] = "$Id: aic7xxx_asm.c,v 1.10 1996/01/03 06:25:31 gibbs Exp $"; #include <ctype.h> #include <stdio.h> #include <string.h> @@ -679,7 +679,7 @@ main(int argc, char **argv) } close(ifile); } - execl("/usr/bin/cpp", "/usr/bin/cpp", "-P", "-", "-"); + execl("/usr/bin/cpp", "/usr/bin/cpp", "-P", "-", "-", NULL); } return(EXIT_SUCCESS); } diff --git a/sys/dev/aic7xxx/aicasm/aicasm.c b/sys/dev/aic7xxx/aicasm/aicasm.c index d53a4b96570b..402b33760e59 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm.c +++ b/sys/dev/aic7xxx/aicasm/aicasm.c @@ -43,7 +43,7 @@ * are token separators. * *-M*************************************************************************/ -static char id[] = "$Id: aic7xxx_asm.c,v 1.9 1995/05/30 07:57:33 rgrimes Exp $"; +static char id[] = "$Id: aic7xxx_asm.c,v 1.10 1996/01/03 06:25:31 gibbs Exp $"; #include <ctype.h> #include <stdio.h> #include <string.h> @@ -679,7 +679,7 @@ main(int argc, char **argv) } close(ifile); } - execl("/usr/bin/cpp", "/usr/bin/cpp", "-P", "-", "-"); + execl("/usr/bin/cpp", "/usr/bin/cpp", "-P", "-", "-", NULL); } return(EXIT_SUCCESS); } |
