From e1bd49a1e1823eab71c293efd1bd0c9b83c350c9 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Sat, 7 Apr 2007 12:52:27 +0000 Subject: 20070407-1350 more updates from plan 9 pc kernel, and a few unreachable fixes(!) --- os/ip/devip.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'os/ip/devip.c') diff --git a/os/ip/devip.c b/os/ip/devip.c index 8564e987..bb37d341 100644 --- a/os/ip/devip.c +++ b/os/ip/devip.c @@ -982,7 +982,6 @@ Fsstdannounce(Conv* c, char* argv[], int argc) case 2: return setladdrport(c, argv[1], 1); } - return nil; } /* @@ -1033,7 +1032,6 @@ Fsstdbind(Conv* c, char* argv[], int argc) case 2: return setladdrport(c, argv[1], 0); } - return nil; } static void -- cgit v1.2.3