Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Feb 2009 20:04:32 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netatalk ddp_usrreq.c
Message-ID:  <200902042004.n14K4Zkf088059@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-02-04 20:04:32 UTC

  FreeBSD src repository

  Modified files:
    sys/netatalk         ddp_usrreq.c 
  Log:
  SVN rev 188124 on 2009-02-04 20:04:32Z by rwatson
  
  Remove local variable 'ddp' from DDP's attach and detach routines; they
  were used only for assertions, and rather than ifdef'ing them
  INVARIANTS and using local variables, just directly access so_pcb.
  
  Submitted by:   Christoph Mallon <christoph dot mallon at gmx dot de>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.57      +2 -6      src/sys/netatalk/ddp_usrreq.c



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