PERFORCE change 170532 for review

View: New views
1 Messages — Rating Filter:   Alert me  

PERFORCE change 170532 for review

by Robert Watson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://p4web.freebsd.org/chv.cgi?CH=170532

Change 170532 by rwatson@rwatson_vimage_client on 2009/11/12 11:17:20

        Use preferred format string for amd64.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/tools/cap/fdrpc/fdrpc.c#6 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/tools/cap/fdrpc/fdrpc.c#6 (text+ko) ====

@@ -87,7 +87,7 @@
     &fd_recv, &fdcount) < 0)
  err(-1, "lch_rpc_rights");
  if (len != sizeof(ch))
- errx(-1, "lch_rpc_rights: len %d", len);
+ errx(-1, "lch_rpc_rights: len %zd", len);
  if (ch != 'X')
  errx(-1, "lch_rpc_rights: ch %d", ch);
  if (fdcount == 1)
_______________________________________________
p4-projects@... mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@..."