Module Name:    src
Committed By:   matt
Date:           Thu May 13 05:51:48 UTC 2010

Modified Files:
        src/sys/net [matt-nb5-mips64]: if.h

Log Message:
Add a spare int field to ifa_msghdr so its length is a multiple of 8.


To generate a diff of this commit:
cvs rdiff -u -r1.140.8.1 -r1.140.8.2 src/sys/net/if.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/if.h
diff -u src/sys/net/if.h:1.140.8.1 src/sys/net/if.h:1.140.8.2
--- src/sys/net/if.h:1.140.8.1	Tue May 11 21:00:13 2010
+++ src/sys/net/if.h	Thu May 13 05:51:47 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: if.h,v 1.140.8.1 2010/05/11 21:00:13 matt Exp $	*/
+/*	$NetBSD: if.h,v 1.140.8.2 2010/05/13 05:51:47 matt Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -514,6 +514,7 @@
 	int	ifam_flags;	/* value of ifa_flags */
 	u_short	ifam_index;	/* index for associated ifp */
 	int	ifam_metric;	/* value of ifa_metric */
+	int	ifam_spare;	/* pad to multiple of 64 bits */
 };
 
 /*

Reply via email to