FreeBSD tweaks

This commit is contained in:
rsc 2004-12-28 17:34:05 +00:00
parent d54ead7fb9
commit f7b74c1725
11 changed files with 26 additions and 22 deletions

View file

@ -29,7 +29,8 @@ void
threadmain(int argc, char *argv[])
{
char buf[512];
int fd, dofork;
int fd;
int volatile dofork;
progname = "plumber";
dofork = 1;