diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-05-10 09:01:15 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-05-10 09:01:15 +0000 |
| commit | 504229f808836f4d74d6611fd666957e41e2a259 (patch) | |
| tree | 02ede46e41087b3998c1612dd76c3e618491be88 /appl/cmd/ip/virgild.b | |
| parent | 5a8e3b995e300789b4ed1b432f17f1b386d0bda0 (diff) | |
20070510-1000 remove use of oldheaders mode
Diffstat (limited to 'appl/cmd/ip/virgild.b')
| -rw-r--r-- | appl/cmd/ip/virgild.b | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appl/cmd/ip/virgild.b b/appl/cmd/ip/virgild.b index 29ebba67..5e44476e 100644 --- a/appl/cmd/ip/virgild.b +++ b/appl/cmd/ip/virgild.b @@ -14,7 +14,7 @@ Virgild: module stderr: ref Sys->FD; -Udphdrsize: con IP->OUdphdrlen; +Udphdrsize: con IP->Udphdrlen; init(nil: ref Draw->Context, nil: list of string) { @@ -76,7 +76,6 @@ openlisten(): ref Sys->FD sys->fprint(stderr, "virgild: can't set headers: %r\n"); return nil; } - sys->fprint(c.cfd, "oldheaders"); c.dfd = sys->open(c.dir+"/data", Sys->ORDWR); if(c.dfd == nil) { |
