Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2002 13:17:05 -0700 (PDT)
From:      Brooks Davis <brooks@FreeBSD.org>
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
Message-ID:  <200205252017.g4PKH5q49278@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <if>_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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205252017.g4PKH5q49278>