From owner-cvs-all Sat May 25 13:17: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A196637B409; Sat, 25 May 2002 13:17:05 -0700 (PDT) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4PKH5q49278; Sat, 25 May 2002 13:17:05 -0700 (PDT) (envelope-from brooks) Message-Id: <200205252017.g4PKH5q49278@freefall.freebsd.org> From: Brooks Davis Date: Sat, 25 May 2002 13:17:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c if.h if_faith.c if_gif.c if_loop.c if_stf.c if_vlan.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2002/05/25 13:17:05 PDT Modified files: sys/net if.c if.h if_faith.c if_gif.c if_loop.c if_stf.c if_vlan.c Log: Move all unit number management cloned interfaces into the cloning code. The reverts the API change which made the _clone_destory() functions return an int instead of void bringing us into closer alignment with NetBSD. Reviewed by: net (a long time ago) Revision Changes Path 1.141 +25 -4 src/sys/net/if.c 1.73 +4 -3 src/sys/net/if.h 1.16 +3 -4 src/sys/net/if_faith.c 1.24 +3 -4 src/sys/net/if_gif.c 1.71 +6 -16 src/sys/net/if_loop.c 1.22 +3 -4 src/sys/net/if_stf.c 1.41 +3 -4 src/sys/net/if_vlan.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message