mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
parent
c2766222c3
commit
3ee80812fd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7004
@ -170,7 +170,10 @@ register int td;
|
||||
case SYSCTYPE:
|
||||
/*
|
||||
* dosys - execute system command
|
||||
*/
|
||||
*/
|
||||
/* Make sure m4 output is NOT interrupted */
|
||||
fflush(stdout);
|
||||
fflush(stderr);
|
||||
if (argc > 2)
|
||||
sysval = system(argv[2]);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user