* SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD: src/sbin/ifconfig/ifclone.c,v 1.3.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $";
-#endif /* not lint */
-
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
static void
list_cloners(void)
{
-#ifdef notdef
struct if_clonereq ifcr;
char *cp, *buf;
int idx;
putchar('\n');
free(buf);
-#endif
}
static clone_callback_func *clone_cb = NULL;