[Gd-chatter] r10987 - trunk/libraries/interfaces

hannes at gwydiondylan.org hannes at gwydiondylan.org
Thu Nov 23 16:13:25 CET 2006


Author: hannes
Date: Thu Nov 23 16:13:23 2006
New Revision: 10987

Modified:
   trunk/libraries/interfaces/library.dylan
   trunk/libraries/interfaces/module.dylan
Log:
Bug: 7299
*fix to work with the change that protocols are now in library protocols


Modified: trunk/libraries/interfaces/library.dylan
==============================================================================
--- trunk/libraries/interfaces/library.dylan	(original)
+++ trunk/libraries/interfaces/library.dylan	Thu Nov 23 16:13:23 2006
@@ -11,6 +11,7 @@
   use collection-extensions;
   use flow;
   use packetizer;
+  use protocols, import: { ethernet };
 
   export interfaces;
 end library interfaces;

Modified: trunk/libraries/interfaces/module.dylan
==============================================================================
--- trunk/libraries/interfaces/module.dylan	(original)
+++ trunk/libraries/interfaces/module.dylan	Thu Nov 23 16:13:23 2006
@@ -18,7 +18,8 @@
   use machine-words;
   use big-integers;
   use flow;
-  use packetizer, import: { <ethernet-frame>, parse-frame, assemble-frame, packet };
+  use packetizer, import: { parse-frame, assemble-frame, packet };
+  use ethernet, import: { <ethernet-frame> };
 
   export <ethernet-interface>, interface-name;
 end module interfaces;



More information about the chatter mailing list