X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/8d01c3442b975fe0fe2e3fb87b8c8b61d637f8eb..b8a2331515f134291276e6b0a1c1a0fd2e5038cd:/ifconfig.tproj/ifclone.c diff --git a/ifconfig.tproj/ifclone.c b/ifconfig.tproj/ifclone.c index 3a782ef..f6b8c07 100644 --- a/ifconfig.tproj/ifclone.c +++ b/ifconfig.tproj/ifclone.c @@ -27,11 +27,6 @@ * 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 #include #include @@ -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;