summaryrefslogtreecommitdiff
path: root/pfinet/linux-inet
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-08-08 16:42:18 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-08-08 16:42:18 +0000
commite8529267c4e2ddf527cbdee2bcaf5972f2995500 (patch)
tree657ea70d25bb18d2e5bde1f1b84d8613175a2dff /pfinet/linux-inet
parent5f0e012dfa498bd1b67484532712a84d98ab76fd (diff)
entered into RCS
Diffstat (limited to 'pfinet/linux-inet')
-rw-r--r--pfinet/linux-inet/sock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/linux-inet/sock.h b/pfinet/linux-inet/sock.h
index 4ed353fd..2005745e 100644
--- a/pfinet/linux-inet/sock.h
+++ b/pfinet/linux-inet/sock.h
@@ -130,7 +130,7 @@ struct sock {
* we want to go back to a backoff formula that needs it
*/
volatile unsigned short backoff;
- volatile short err;
+ volatile error_t err; /* Note change XXX HURD */
unsigned char protocol;
volatile unsigned char state;
volatile unsigned char ack_backlog;