The former patch to sync.c was short-lived. Bruce pointed out that
"Now it is has 2 portability bugs, which is a lot for 5 lines of working code"
This commit is contained in:
parent
2c9f4788e2
commit
936982de13
@ -41,9 +41,10 @@ static char copyright[] =
|
||||
static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93";
|
||||
#endif /* not lint */
|
||||
|
||||
void sync();
|
||||
#include <unistd.h>
|
||||
|
||||
void main()
|
||||
int
|
||||
main()
|
||||
{
|
||||
sync();
|
||||
exit(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user