]> git.saurik.com Git - apple/network_cmds.git/blobdiff - ifconfig.tproj/ifclone.c
network_cmds-543.260.3.tar.gz
[apple/network_cmds.git] / ifconfig.tproj / ifclone.c
index 3a782efd86d2b04c0d93d99b4e8c5d4b8b292c17..f6b8c072ea463b01826834fa7b60c6b87eb9f952 100644 (file)
  * 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>
@@ -48,7 +43,6 @@ static const char rcsid[] =
 static void
 list_cloners(void)
 {
-#ifdef notdef
        struct if_clonereq ifcr;
        char *cp, *buf;
        int idx;
@@ -87,7 +81,6 @@ list_cloners(void)
 
        putchar('\n');
        free(buf);
-#endif
 }
 
 static clone_callback_func *clone_cb = NULL;