Chapter 9. Interprocess Communication
Errata
Total entries: 4
9.1022.10:21
| Location | Page 1022, The last text paragraph on the page; the 4th line of the paragraph. |
|---|---|
| Reporter | Oisin McGuinness, on April 6, 2007. |
| The second word of the line should be "input" instead of "output", that is, the line should read: standard input and places it in a pasteboard. It can... | |
9.1070.14:43
| Location | Page 1070, The function prototype for bootstrap_look_up() (the first function prototype on the page; near the top). |
|---|---|
| Reporter | Greg Miller, on February 16, 2007. |
The type of the second argument (service_name) should be name_t instead of name_service_t. That is, it should read:
| |
9.1117.3:24
| Location | Page 1117, The paragraph immediately after Table 9—5; the 10th line of the paragraph. |
|---|---|
| Reporter | Julien Lerouge, on January 18, 2007. |
The first word fragment of the line (wrapped from the previous line) should be state() instead of identity(). That is, lines 9 and 10 should read:... provided functions: | |
9.1208.20:40
| Location | Page 1208, Figure 9—67; the 2nd line of code on the page. |
|---|---|
| Reporter | Victor Tchistiak, on May 1, 2008. |
The call to htons() is not necessary since getservbyname(3) returns port numbers in network byte order. In fact, on a little endian host, the call to htons() will do the wrong thing. The line should read::
| |