diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-04-07 12:52:27 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-04-07 12:52:27 +0000 |
| commit | e1bd49a1e1823eab71c293efd1bd0c9b83c350c9 (patch) | |
| tree | a9424cde16004cb9e591045225bc61beed339dd5 /os/ip/devip.c | |
| parent | 15345f9c75c069d3e2e362af5d6f931eef7772ef (diff) | |
20070407-1350 more updates from plan 9 pc kernel, and a few unreachable fixes(!)
Diffstat (limited to 'os/ip/devip.c')
| -rw-r--r-- | os/ip/devip.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
