pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Add comment about possibly supporting SIOC...
details: https://anonhg.NetBSD.org/pkgsrc/rev/21a2940700e3
branches: trunk
changeset: 502452:21a2940700e3
user: tv <tv%pkgsrc.org@localhost>
date: Fri Nov 04 19:50:31 2005 +0000
description:
Add comment about possibly supporting SIOCGIFADDR in the future.
diffstat:
mk/platform/Interix.mk | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 0ff00eca1cd6 -r 21a2940700e3 mk/platform/Interix.mk
--- a/mk/platform/Interix.mk Fri Nov 04 19:48:45 2005 +0000
+++ b/mk/platform/Interix.mk Fri Nov 04 19:50:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.44 2005/11/01 16:30:05 tv Exp $
+# $NetBSD: Interix.mk,v 1.45 2005/11/04 19:50:31 tv Exp $
#
# Variable definitions for the Interix operating system.
@@ -33,6 +33,13 @@
# (main lib) 0x48000000
# zsh *
+# ADDITIONAL NOTES:
+#
+# * It appears that www/curl 1.15.0+ has support for SIOCGIFADDR via
+# an undocumented ioctl interface. It may be worthwhile to look at
+# adding that hack into a more proper <net/if.h> to be supplied by
+# pkgsrc's compiler wrappers. [tv]
+
###
### Overrides to standard BSD .mk files
###
Home |
Main Index |
Thread Index |
Old Index