File: diff_as_of_1.07-10.1_test.c.patch

package info (click to toggle)
trickle 1.08%2Bds-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: ansic: 4,923; makefile: 46
file content (26 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: Create the file test.c in the upstream tree
 State as of trickle 1.07-10.1

--- trickle-1.07.orig/test.c
+++ trickle-1.07/test.c
@@ -0,0 +1,20 @@
+#include <sys/types.h>
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
+#include <sys/tree.h>
+#include <sys/queue.h>
+#include <sys/socket.h>
+#include <sys/un.h>
+#include <sys/uio.h>
+#include <sys/stat.h>
+#include <sys/param.h>
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif /* HAVE_SYS_TIME_H */
+
+#include <netinet/in.h>
+#include <netinet/in_systm.h>
+