summaryrefslogtreecommitdiff
path: root/pfinet/ChangeLog
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2007-10-09 21:54:24 +0000
committerStefan Siegl <stesie@brokenpipe.de>2007-10-09 21:54:24 +0000
commit573f8ac83fe0855b9d7ef44713f304cf91365acc (patch)
tree01aeb10ff7b7c05b8606f91a76f20cbcfa7c259f /pfinet/ChangeLog
parentc8eb5ad02c3d19d2ae6c8a11649aa7e33b3fa0aa (diff)
2007-10-09 Stefan Siegl <stesie@brokenpipe.de>
* iioctl-ops.c: Include <net/sock.h>. (siocgifXaddr): Return EINVAL unless socket family is AF_INET. (siocsifXaddr): Likewise.
Diffstat (limited to 'pfinet/ChangeLog')
-rw-r--r--pfinet/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog
index 3a50d343..0bef0da0 100644
--- a/pfinet/ChangeLog
+++ b/pfinet/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-09 Stefan Siegl <stesie@brokenpipe.de>
+
+ * iioctl-ops.c: Include <net/sock.h>.
+ (siocgifXaddr): Return EINVAL unless socket family is AF_INET.
+ (siocsifXaddr): Likewise.
+
2007-10-08 Stefan Siegl <stesie@brokenpipe.de>
[task #5470: ``Implement pfinet6'']