Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2003 08:57:37 -0700 (PDT)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ipfw ipfw2.c
Message-ID:  <200309041557.h84FvbuU014852@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tmm         2003/09/04 08:57:37 PDT

  FreeBSD src repository

  Modified files:
    sbin/ipfw            ipfw2.c 
  Log:
  Apply a bandaid to get this working on sparc64 again; the introduction
  of do_cmd() broke things, because this function assumes that a socklen_t
  is large enough to hold a pointer.
  A real solution to this problem would be a rewrite of do_cmd() to
  treat the optlen parameter consistently and not use it to carry
  a pointer or integer dependent on the context.
  
  Revision  Changes    Path
  1.40      +4 -4      src/sbin/ipfw/ipfw2.c



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