Package: libsctp-dev
Version: 1.0.6-1
Severity: minor
Tags: patch

Hi,

the sctp_recvmsg man page lists the type of the third argument as
"size_t * len", while it's actually just "size_t len".

Fix is rather trivial,

Index: lksctp-tools-1.0.6/man/sctp_recvmsg.3
===================================================================
--- lksctp-tools-1.0.6/man/sctp_recvmsg.3
+++ lksctp-tools-1.0.6/man/sctp_recvmsg.3       2006-04-12 14:29:24.000000000 
+0200
@@ -14,7 +14,7 @@
 .B #include <sys/socket.h>
 .B #include <netinet/sctp.h>
 .sp
-.BI "int sctp_recvmsg(int " sd ", void * " msg ", size_t * " len ,
+.BI "int sctp_recvmsg(int " sd ", void * " msg ", size_t " len ,
 .BI "                 struct sockaddr * " from ", socklen_t * " fromlen , 
 .BI "                 struct sctp_sndrcvinfo * " sinfo ", int * " msg_flags);
 .fi


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libsctp-dev depends on:
ii  libc6-dev [libc-dev]          2.3.6-4    GNU C Library: Development Librari
ii  libsctp1                      1.0.6-1    user-space access to Linux Kernel 

libsctp-dev recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to