patch-socket_h 368 B

12345678910111213
  1. $OpenBSD: patch-socket_h,v 1.2 2010/07/09 07:17:37 sthen Exp $
  2. --- socket.h.orig Mon Aug 7 21:01:39 1995
  3. +++ socket.h Thu Jul 8 21:22:03 2010
  4. @@ -80,7 +80,7 @@ Send formatted output to the socket, followed
  5. by a CR-LF.
  6. Returns 0 for success.
  7. */
  8. -int SockPrintf();
  9. +int SockPrintf(int, char *, ...);
  10. /*
  11. Check socket for readability. return 0 for not readable,