summaryrefslogtreecommitdiff
path: root/appl/cmd/ip/virgild.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/ip/virgild.b')
-rw-r--r--appl/cmd/ip/virgild.b3
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) {