File: include_xalloc.patch

package info (click to toggle)
staden 2.0.0%2Bb11-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,584 kB
  • sloc: ansic: 240,605; tcl: 65,360; cpp: 12,854; makefile: 11,203; sh: 3,023; fortran: 2,033; perl: 63; awk: 46
file content (27 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (4)
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
27
Description: Include "xalloc.h" in a few more files that use xcalloc
Author: Colin Watson <cjwatson@ubuntu.com>
Forwarded: no
Last-Update: 2016-01-05

--- a/hetins/hetins.c
+++ b/hetins/hetins.c
@@ -10,6 +10,8 @@
 #include <io_lib/traceType.h>
 #include <io_lib/xalloc.h>
 
+#include "xalloc.h"
+
 #define FULL_TEST 2
 #define TEST 1
 
--- a/stops/stops.c
+++ b/stops/stops.c
@@ -13,6 +13,8 @@
 #include <io_lib/Read.h>
 #include <io_lib/misc.h>
 
+#include "xalloc.h"
+
 void do_nothing(void) {}
 
 /* johnt 1/6/99 must explicitly import globals from DLLs with Visual C++*/