diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 14:02:16 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 14:02:16 +0000 |
| commit | ba06c2d6a37dc081a3a8c5a01426a0a009428ca9 (patch) | |
| tree | 7b1cdea9a21ff4ed307e29514e9d8286d9d83dfa /print/dviselect/files/patch-lib::pkfont.c | |
| parent | Stage, and pull the patches into a sed command. (diff) | |
Rename p*/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'print/dviselect/files/patch-lib::pkfont.c')
| -rw-r--r-- | print/dviselect/files/patch-lib::pkfont.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/print/dviselect/files/patch-lib::pkfont.c b/print/dviselect/files/patch-lib::pkfont.c deleted file mode 100644 index a3eeab64fca6..000000000000 --- a/print/dviselect/files/patch-lib::pkfont.c +++ /dev/null @@ -1,22 +0,0 @@ ---- lib/pkfont.c.orig 1989-11-15 13:19:52.000000000 +0100 -+++ lib/pkfont.c 2012-11-30 14:59:23.000000000 +0100 -@@ -183,7 +183,7 @@ - /* - * Skip over special commands (PK_XXX?, PK_YYY). - */ --static -+static void - skip_specials(f) - struct font *f; - { -@@ -781,8 +781,8 @@ - if (pk != NULL) { - free(pk->pk_base); pk -> pk_base = 0; - if (pk->pk_morec != NULL) { -- free((char *) pk->pk_morec); (char *) pk->pk_morec = 0; -+ free((char *) pk->pk_morec); pk->pk_morec = 0; - } -- free((char *) pk); (char *) pk = 0; -+ free((char *) pk); pk = 0; - } - } |
