File nonreturn-in-nonvoid.patch of Package perl-Net-RawIP
Common subdirectories: Net-RawIP-0.25//examples and Net-RawIP-0.25_new//examples Common subdirectories: Net-RawIP-0.25//lib and Net-RawIP-0.25_new//lib Common subdirectories: Net-RawIP-0.25//RawIP and Net-RawIP-0.25_new//RawIP Common subdirectories: Net-RawIP-0.25//t and Net-RawIP-0.25_new//t diff -u Net-RawIP-0.25//util.c Net-RawIP-0.25_new//util.c --- Net-RawIP-0.25//util.c 2007-04-03 03:59:40.000000000 -0700 +++ Net-RawIP-0.25_new//util.c 2009-09-14 14:22:10.000000000 -0700 @@ -170,6 +170,8 @@ return 8; case DLT_RAW: return 0; + default: + return 0; } } Only in Net-RawIP-0.25_new/: util.c.~1~