File: clang-ftbfs.diff

package info (click to toggle)
netdiag 1.2-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,268 kB
  • sloc: ansic: 23,895; sh: 5,544; makefile: 328; awk: 130
file content (14 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Make program build.
--- a/tcpspray/tcpspray.c
+++ b/tcpspray/tcpspray.c
@@ -71,9 +71,7 @@ typedef int pid_t;
 #endif /*FALSE*/
 
 int
-  main(argc, argv)
-unsigned int argc;
-char *argv[];
+  main(int argc, char *argv[])
 {
 
   int eflag = FALSE;	       /* use echo instead of discard for full duplex*/