Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 936083
Collapse All | Expand All

(-)a/ifrename.c (-1 / +1 lines)
Lines 48-53 Link Here
48
#include <getopt.h>		/* getopt_long() */
48
#include <getopt.h>		/* getopt_long() */
49
#include <linux/sockios.h>	/* SIOCSIFNAME */
49
#include <linux/sockios.h>	/* SIOCSIFNAME */
50
#include <fnmatch.h>		/* fnmatch() */
50
#include <fnmatch.h>		/* fnmatch() */
51
#include <libgen.h>
51
//#include <sys/syslog.h>
52
//#include <sys/syslog.h>
52
53
53
#include "iwlib.h"		/* Wireless Tools library */
54
#include "iwlib.h"		/* Wireless Tools library */
54
- 

Return to bug 936083