Package: netsniff-ng / 0.6.9-1.1

Metadata

Package Version Patches format
netsniff-ng 0.6.9-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
mausezahn fixed compilation with gcc 15.patch | (download)

staging/mops.h | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 mausezahn: fixed compilation with gcc-15

gcc-15 by default uses C23 standard which is more strict on forward
declarations.

Original report: https://bugzilla.redhat.com/show_bug.cgi?id=2340924

Signed-off-by: Jaroslav karvada <jskarvad@redhat.com>