Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2000 03:32:27 -0800 (PST)
From:      David Malone <dwmalone@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/inetd builtins.c inetd.c inetd.h
Message-ID:  <200012031132.eB3BWSp09157@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2000/12/03 03:32:27 PST

  Modified files:
    usr.sbin/inetd       builtins.c inetd.c inetd.h 
  Log:
  Tidy up some prototypes:
          make sure there is exactly one prototype for each function,
          use K&R style definitions everywhere to match dominant style,
          make flag_signal take an int to avoid problems if we have
                  ANSI prototypes and K&R definitions.
  
  Revision  Changes    Path
  1.28      +1 -3      src/usr.sbin/inetd/builtins.c
  1.87      +9 -5      src/usr.sbin/inetd/inetd.c
  1.6       +3 -2      src/usr.sbin/inetd/inetd.h



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?200012031132.eB3BWSp09157>