summaryrefslogtreecommitdiff
path: root/print/dviselect/files/patch-aa
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:02:16 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:02:16 +0000
commitba06c2d6a37dc081a3a8c5a01426a0a009428ca9 (patch)
tree7b1cdea9a21ff4ed307e29514e9d8286d9d83dfa /print/dviselect/files/patch-aa
parentStage, and pull the patches into a sed command. (diff)
Rename p*/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363322
Diffstat (limited to 'print/dviselect/files/patch-aa')
-rw-r--r--print/dviselect/files/patch-aa44
1 files changed, 0 insertions, 44 deletions
diff --git a/print/dviselect/files/patch-aa b/print/dviselect/files/patch-aa
deleted file mode 100644
index 819b8a1ca201..000000000000
--- a/print/dviselect/files/patch-aa
+++ /dev/null
@@ -1,44 +0,0 @@
---- dviselect.c.orig 1989-11-15 13:19:15.000000000 +0100
-+++ dviselect.c 2012-11-30 14:56:42.000000000 +0100
-@@ -122,7 +122,6 @@
- /* save some string space: we use this a lot */
- char writeerr[] = "error writing DVI file";
-
--char *malloc(), *realloc(), *sprintf();
-
- /*
- * lint gets rather confused with the current definitions of getc and putc,
-@@ -136,6 +135,9 @@
- #define getc(f) (*(f)->_ptr++)
- #endif
-
-+void HandleDVIFile (void);
-+void EndPage (void);
-+
- /*
- * Return true iff the 10 \counts are one of the desired output pages.
- */
-@@ -190,6 +192,7 @@
- /*
- * Start a page (process a DVI_BOP).
- */
-+void
- BeginPage()
- {
- register i32 *i;
-@@ -243,6 +246,7 @@
- /*
- * End a page (process a DVI_EOP).
- */
-+void
- EndPage()
- {
- if (!ExpectEOP)
-@@ -815,6 +819,7 @@
- * output DVI file. We also keep track of font changes, handle font
- * definitions, and perform some other housekeeping.
- */
-+void
- HandleDVIFile()
- {
- register int c, l;