Revert the reverting of the last change. Turns out the trouble
on the m68k was a compiler bug (thanks Charles and Christos!)
This commit is contained in:
parent
e6492a1093
commit
cbeb4cc773
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: socket.h,v 1.23 1997/05/02 19:02:02 thorpej Exp $ */
|
/* $NetBSD: socket.h,v 1.24 1997/05/02 22:19:13 thorpej Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994
|
* Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994
|
||||||
@ -131,14 +131,14 @@ struct linger {
|
|||||||
#define AF_MAX 30
|
#define AF_MAX 30
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Structure used by kernel to store most
|
* Structure used by kernel to store most addresses.
|
||||||
* addresses.
|
* Force this to have the host's natural alignment.
|
||||||
*/
|
*/
|
||||||
struct sockaddr {
|
struct sockaddr {
|
||||||
u_char sa_len; /* total length */
|
u_char sa_len; /* total length */
|
||||||
u_char sa_family; /* address family */
|
u_char sa_family; /* address family */
|
||||||
char sa_data[14]; /* actually longer; address value */
|
char sa_data[14]; /* actually longer; address value */
|
||||||
};
|
} __attribute__((aligned(sizeof(long))));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Structure used by kernel to pass protocol
|
* Structure used by kernel to pass protocol
|
||||||
|
Loading…
Reference in New Issue
Block a user