Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2000 12:14:32 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libposix1e cap_clear.c cap_dup.c cap_free.c cap_init.c cap_set_fd.c cap_set_file.c cap_set_proc.c
Message-ID:  <200009191914.MAA40965@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2000/09/19 12:14:32 PDT

  Modified files:
    lib/libposix1e       cap_clear.c cap_dup.c cap_free.c 
                         cap_init.c cap_set_fd.c cap_set_file.c 
                         cap_set_proc.c 
  Log:
  o General warning fixing commit
      - Include <stdlib.h> and <string.h> as needed for prototypes
      - Remove unneeded "error" variables
  o Make cap_init() use cap_clear() instead of bzero()
  
  Obtained from:	TrustedBSD Project
  
  Revision  Changes    Path
  1.2       +3 -1      src/lib/libposix1e/cap_clear.c
  1.2       +2 -2      src/lib/libposix1e/cap_dup.c
  1.2       +3 -1      src/lib/libposix1e/cap_free.c
  1.2       +2 -3      src/lib/libposix1e/cap_init.c
  1.2       +1 -4      src/lib/libposix1e/cap_set_fd.c
  1.2       +1 -3      src/lib/libposix1e/cap_set_file.c
  1.2       +1 -2      src/lib/libposix1e/cap_set_proc.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?200009191914.MAA40965>