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

@ -52,7 +52,7 @@ dumbmap(int fd)
void
main(int argc, char *argv[])
{
Lsym *l;
Lsym *volatile l;
Node *n;
char buf[128], *s;
int pid, i;
@ -173,7 +173,8 @@ main(int argc, char *argv[])
static int
attachfiles(int argc, char **argv)
{
int fd, pid;
int fd;
volatile int pid;
char *s;
int i, omode;
Fhdr *hdr;