Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2006 18:35:58 +0000 (UTC)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/inetd Makefile builtins.c
Message-ID:  <200604171835.k3HIZw3V077820@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2006-04-17 18:35:58 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/inetd       Makefile builtins.c 
  Log:
  Port 37 (RFC 738) style times are supposed to be a 32 bit time since
  1900 in network byte order. Use a uint32_t to calculate and send
  the time, so that we don't need to know how big ints or longs are.
  
  I used uint32_t instead of int in the patch, on the off chance
  someone uses our inetd source on a system that doesnt 32 bit ints.
  
  PR:             95290
  Submitted by:   Bruce Becker <hostmaster@whois.gts.net>
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.32      +1 -1      src/usr.sbin/inetd/Makefile
  1.44      +6 -6      src/usr.sbin/inetd/builtins.c



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