Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/sys/socket.h,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- src/sys/sys/socket.h 1997/05/02 22:23:13 1.25 +++ src/sys/sys/socket.h 1997/05/05 06:29:09 1.26 @@ -1,4 +1,4 @@ -/* $NetBSD: socket.h,v 1.25 1997/05/02 22:23:13 thorpej Exp $ */ +/* $NetBSD: socket.h,v 1.26 1997/05/05 06:29:09 thorpej Exp $ */ /* * Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994 @@ -131,14 +131,14 @@ struct linger { #define AF_MAX 30 /* - * Structure used by kernel to store most addresses. - * Force this to have 4-byte alignment. + * Structure used by kernel to store most + * addresses. */ struct sockaddr { u_char sa_len; /* total length */ u_char sa_family; /* address family */ char sa_data[14]; /* actually longer; address value */ -} __attribute__((aligned(4))); +}; /* * Structure used by kernel to pass protocol