| commit | f7b74c1725b497df5ce836545c127ad565175c70 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Tue Dec 28 17:34:05 2004 +0000 |
| committer | rsc <devnull@localhost> | Tue Dec 28 17:34:05 2004 +0000 |
| tree | 72bd3834e60d22524f9cccb0a90d4489aabf97c6 | |
| parent | d54ead7fb922cfa661c7b7f0d0b2ba1251cdea7f [diff] [blame] |
FreeBSD tweaks
diff --git a/src/cmd/sam/shell.c b/src/cmd/sam/shell.c index 2cac31b..ee30e5d 100644 --- a/src/cmd/sam/shell.c +++ b/src/cmd/sam/shell.c
@@ -13,7 +13,8 @@ { long l; int m; - int pid, fd; + int volatile pid; + int fd; int retcode; int pipe1[2], pipe2[2];