Show
Ignore:
Timestamp:
02/06/06 21:20:57 (6 years ago)
Author:
mrenzmann
Message:

Yet another set of some minor code cleanup changes, again with no
functional changes.

Signed-off-by: Michael Renzmann <mrenzmann@otaku42.de>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/net80211/if_media.c

    r1426 r1443  
    7272 */ 
    7373 
    74 struct ifmedia_entry *ifmedia_match(struct ifmedia *ifm, int flags, int mask); 
     74struct ifmedia_entry *ifmedia_match(struct ifmedia *, int, int); 
    7575 
    7676#ifdef IFMEDIA_DEBUG 
    77 int    ifmedia_debug = 0; 
    78 static void ifmedia_printword(int); 
     77int ifmedia_debug = 0; 
     78static void ifmedia_printword(int); 
    7979#endif 
    8080