mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
parent
c2766222c3
commit
3ee80812fd
@ -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