Ignore:
Timestamp:
2010-10-10T19:49:23Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5a868d7, b278b4e
Parents:
87f78d1
Message:

There is more to be removed from the broken bundle build support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/nil_interface.h

    r87f78d1 reb51e31  
    6868
    6969
    70 #ifdef CONFIG_NETIF_NIL_BUNDLE
    71 
    72 #include <nil_local.h>
    73 #include <packet/packet_server.h>
    74 
    75 #define nil_device_state_msg  nil_device_state_msg_local
    76 #define nil_received_msg      nil_received_msg_local
    77 
    78 #else /* CONFIG_NETIF_NIL_BUNDLE */
    79 
    8070#include <nil_remote.h>
    8171#include <packet/packet_server.h>
     
    8474#define nil_received_msg      nil_received_msg_remote
    8575
    86 #endif /* CONFIG_NETIF_NIL_BUNDLE */
    87 
    8876#endif
    8977
Note: See TracChangeset for help on using the changeset viewer.