From 2b0057c2cb4f05005354008044049fc3dc2bd1fd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 7 Feb 2011 16:59:38 +0100 Subject: s3: Eliminate select from packet_fd_read_sync --- source3/include/packet.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/include/packet.h') diff --git a/source3/include/packet.h b/source3/include/packet.h index a77a1a7cbc..c96a8017f8 100644 --- a/source3/include/packet.h +++ b/source3/include/packet.h @@ -38,8 +38,7 @@ NTSTATUS packet_fd_read(struct packet_context *ctx); /* * Sync read, wait for the next chunk */ -NTSTATUS packet_fd_read_sync(struct packet_context *ctx, - struct timeval *timeout); +NTSTATUS packet_fd_read_sync(struct packet_context *ctx, int timeout); /* * Handle an incoming packet: -- cgit