Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2000 11:32:59 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/inetd builtins.c
Message-ID:  <200005301832.LAA10287@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2000/05/30 11:32:59 PDT

  Modified files:
    usr.sbin/inetd       builtins.c 
  Log:
  Fix a 64-bit'ism in the handling of the ident service.  sysctlbyname() takes
  a size_t as its 3rd argument, which is 64-bits on the alpha.  The 'len'
  variable used was a int, which is only 32-bits.  Use size_t as the type
  for 'len' to work-around this.
  
  Revision  Changes    Path
  1.22      +3 -2      src/usr.sbin/inetd/builtins.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?200005301832.LAA10287>