Wireshark-commits: [Wireshark-commits] rev 45286: /trunk/wsutil/ /trunk/wsutil/: privileges.c

Date: Wed, 03 Oct 2012 15:22:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45286

User: wmeier
Date: 2012/10/03 08:22 AM

Log:
 *nix: Test return status of set*uid and related set*gid fcns for failure;
 This fixes gcc compiler errors [-Werror=unused-result]  caused by the recent addition
 of the "__wur" (warn_unused_result) attribute to the declarations of these functions in
 unistd.h.

Directory: /trunk/wsutil/
  Changes    Path            Action
  +20 -8     privileges.c    Modified