aboutsummaryrefslogtreecommitdiff
path: root/news/cnews/files/patch-trbatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'news/cnews/files/patch-trbatch.h')
-rw-r--r--news/cnews/files/patch-trbatch.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/news/cnews/files/patch-trbatch.h b/news/cnews/files/patch-trbatch.h
new file mode 100644
index 000000000000..0a97060164d7
--- /dev/null
+++ b/news/cnews/files/patch-trbatch.h
@@ -0,0 +1,19 @@
+--- include/trbatch.h.orig Fri Dec 17 00:17:03 1993
++++ include/trbatch.h Sun Oct 8 11:23:50 2006
+@@ -23,12 +23,12 @@
+ };
+
+ /* imports from trbatch.c */
+-extern struct batchfile *bfopen(), *bfisopen();
+-extern statust bffkclose(), bfrealclose();
++extern struct batchfile *bfopen();
++extern statust bffkclose();
+ extern int bfflush();
+ /* imports from trbatcomm.c */
+-extern statust bfclose(), bfrclose();
+-extern struct batchfile *bfincache(), *fakebf();
++extern statust bfclose();
++extern struct batchfile *fakebf();
+
+ extern struct batchfile batchfile[]; /* try to keep open always */
+ #define lastbf &batchfile[NOPENBFS-1]