diff options
Diffstat (limited to 'pfinet/linux-inet/sock.h')
-rw-r--r-- | pfinet/linux-inet/sock.h | 2 |
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; |