Module Name: src
Committed By: roy
Date: Wed Sep 21 13:32:27 UTC 2016
Modified Files:
src/include: ifaddrs.h
Log Message:
Add ifa_addrflags to ifaddrs (forgot to commit this file, thanks Ryo!)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/include/ifaddrs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/ifaddrs.h
diff -u src/include/ifaddrs.h:1.7 src/include/ifaddrs.h:1.8
--- src/include/ifaddrs.h:1.7 Sat Jan 23 01:26:14 2016
+++ src/include/ifaddrs.h Wed Sep 21 13:32:27 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: ifaddrs.h,v 1.7 2016/01/23 01:26:14 dholland Exp $ */
+/* $NetBSD: ifaddrs.h,v 1.8 2016/09/21 13:32:27 roy Exp $ */
/*
* Copyright (c) 1995, 1999
@@ -36,6 +36,7 @@ struct ifaddrs {
struct sockaddr *ifa_netmask;
struct sockaddr *ifa_dstaddr;
void *ifa_data;
+ unsigned int ifa_addrflags;
};
/*