summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorMarc Brinkmann <git@marcbrinkmann.de>2016-01-27 17:15:25 +0100
committerKamal Marhubi <kamal@marhubi.com>2016-01-27 15:10:42 -0500
commit5d0871c9f06c40d648787a90c5a73be33436f9e5 (patch)
tree836b7ef9e8351b8bdc6653ef5a7b5141fba09b98 /src/net
parent9363aea14472a50bc8009cb7759e540af4d984f2 (diff)
downloadnix-5d0871c9f06c40d648787a90c5a73be33436f9e5.zip
Added note regarding naming.
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_;