Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By Corrected
Printed Page 7
Example 1-3, line 25: changed

if feof (fp) {
to
if (feof(fp)) {

Anonymous  Jul 1997
Printed Page 7
Example 1-3, line 25: changed

if feof (fp) {
to
if (feof(fp)) {

Anonymous  Jun 1998
Printed Page 7
Example 1-3, line 25: changed

if feof (fp) {
to
if (feof(fp)) {

Anonymous  Jul 1998
Printed Page 15
para. 3 and 4: changed "rtele_svc" to "rdb"

(in constant-width)

Anonymous  Jul 1997
Printed Page 15
para. 3 and 4: changed "rtele_svc" to "rdb"

(in constant-width)

Anonymous  Jun 1998
Printed Page 15
para. 3 and 4: changed "rtele_svc" to "rdb"

(in constant-width)

Anonymous  Jul 1998
Printed Page 84
Example 4-4, moved lines 27-31

/*
* Free previous result if there was one. It might be a long list
* that eats up memory.
*/
if (dirp) xdr_free(xdr_readdir_res, &res);

under line 18

struct direct *d;

Anonymous  Jul 1997
Printed Page 84
Example 4-4, moved lines 27-31

/*
* Free previous result if there was one. It might be a long list
* that eats up memory.
*/
if (dirp) xdr_free(xdr_readdir_res, &res);

under line 18

struct direct *d;

Anonymous  Jun 1998
Printed Page 84
Example 4-4, moved lines 27-31

/*
* Free previous result if there was one. It might be a long list
* that eats up memory.
*/
if (dirp) xdr_free(xdr_readdir_res, &res);

under line 18

struct direct *d;

Anonymous  Jul 1998
Printed Page 224
Example 8-5: changed line 1 from

#define SLAVE_TIMEOUT(900); /* time-out in secs. */
to
#define SLAVE_TIMEOUT 900 /* time-out in secs. */

Anonymous  Jul 1997
Printed Page 224
Example 8-5: changed line 1 from

#define SLAVE_TIMEOUT(900); /* time-out in secs. */
to
#define SLAVE_TIMEOUT 900 /* time-out in secs. */

Anonymous  Jun 1998
Printed Page 224
Example 8-5: changed line 1 from

#define SLAVE_TIMEOUT(900); /* time-out in secs. */
to
#define SLAVE_TIMEOUT 900 /* time-out in secs. */

Anonymous  Jul 1998
Printed Page 235-236
changed figure references in numbers 1-3 under "Remote

Asynchronous..." to

1. Heavyweight processing, as illustrated in Figure 9-2(c).

2. ONC RPC library support as illustrated in Figure 9-2(a).

3. Follow-up RPC (FRPC) as illustrated in Figure 9-2(b).

Anonymous  Jul 1997
Printed Page 235-236
changed figure references in numbers 1-3 under "Remote

Asynchronous..." to

1. Heavyweight processing, as illustrated in Figure 9-2(c).

2. ONC RPC library support as illustrated in Figure 9-2(a).

3. Follow-up RPC (FRPC) as illustrated in Figure 9-2(b).

Anonymous  Jun 1998
Printed Page 235-236
changed figure references in numbers 1-3 under "Remote

Asynchronous..." to

1. Heavyweight processing, as illustrated in Figure 9-2(c).

2. ONC RPC library support as illustrated in Figure 9-2(a).

3. Follow-up RPC (FRPC) as illustrated in Figure 9-2(b).

Anonymous  Jul 1998
Printed Page 259
Example 9-9: under 3rd line from bottom

CLIENT *client

added this new line

init sock;

("init" is aligned with "CLIENT" and the "s" in "sock" is aligned
with the "c" in "*client". there is a blank line after "init sock;")

Anonymous  Jul 1997
Printed Page 259
Example 9-9: under 3rd line from bottom

CLIENT *client

added this new line

init sock;

("init" is aligned with "CLIENT" and the "s" in "sock" is aligned
with the "c" in "*client". there is a blank line after "init sock;")

Anonymous  Jun 1998
Printed Page 259
Example 9-9: under 3rd line from bottom

CLIENT *client

added this new line

init sock;

("init" is aligned with "CLIENT" and the "s" in "sock" is aligned
with the "c" in "*client". there is a blank line after "init sock;")

Anonymous  Jul 1998