Package: libnids-dev Version: 1.20-3 Severity: minor Tags: patch
The libnids(3) manpage lists an incorrect return type for the nids_register_chksum_ctl() function. The attached patch fixes this problem. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (x86_64) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.17 Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Versions of packages libnids-dev depends on: ii libc6-dev 2.3.6.ds1-4 GNU C Library: Development Librari ii libnids1.20 1.20-3 IP defragmentation TCP segment rea libnids-dev recommends no packages. -- no debconf information
diff -ur libnids-1.20/src/libnids.3 libnids/src/libnids.3 --- libnids-1.20/src/libnids.3 2005-02-08 15:11:38.000000000 +0100 +++ libnids/src/libnids.3 2006-09-21 01:58:14.000000000 +0200 @@ -43,7 +43,7 @@ int \fBnids_getfd\fR(void); -int +void \fBnids_register_chksum_ctl\fR(struct nids_chksum_ctl *, int); .fi