summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/net')
-rw-r--r--src/net/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/mod.rs b/src/net/mod.rs
index e3e8ba2e..eca5cfbb 100644
--- a/src/net/mod.rs
+++ b/src/net/mod.rs
@@ -1 +1,3 @@
+// To avoid clashing with the keyword "if", we use "if_" as the module name.
+// The original header is called "net/if.h".
pub mod if_;