3d92848684
Copy from network:utilities/fping based on submit request 24684 from user puzel OBS-URL: https://build.opensuse.org/request/show/24684 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=6
13 lines
305 B
Diff
13 lines
305 B
Diff
Index: fping.c
|
|
===================================================================
|
|
--- fping.c.orig 2002-01-18 00:41:40.000000000 +0100
|
|
+++ fping.c 2009-11-18 16:25:06.000000000 +0100
|
|
@@ -1216,6 +1216,7 @@ int main( int argc, char **argv )
|
|
}/* WHILE */
|
|
|
|
finish();
|
|
+ return 0;
|
|
|
|
} /* main() */
|
|
|