summaryrefslogtreecommitdiff
path: root/misc/siag/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'misc/siag/patches/patch-ab')
-rw-r--r--misc/siag/patches/patch-ab37
1 files changed, 0 insertions, 37 deletions
diff --git a/misc/siag/patches/patch-ab b/misc/siag/patches/patch-ab
deleted file mode 100644
index 935ce2453cd..00000000000
--- a/misc/siag/patches/patch-ab
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2004/05/03 15:58:55 wiz Exp $
-
---- xsiag/window.c.orig 2003-02-28 20:06:27.000000000 +0100
-+++ xsiag/window.c
-@@ -2822,8 +2822,8 @@ static void save_plugin(char *p) {
- if (savematrix(p, w_list->buf, NULL)) {
- printf("501 Can't save %s\n", p);
- } else {
-- w_list->buf->change = FALSE; printf("250 Saved
-- %s\n", p);
-+ w_list->buf->change = FALSE; printf("250 Saved "
-+ "%s\n", p);
- }
- }
- }
-@@ -2834,8 +2834,8 @@ static void load_plugin(char *p) {
- if (loadmatrix(p, w_list->buf, NULL)) {
- printf("501 Can't load %s\n", p);
- } else {
-- w_list->buf->change = FALSE; printf("250 Loaded
-- %s\n", p);
-+ w_list->buf->change = FALSE; printf("250 Loaded "
-+ "%s\n", p);
- }
- }
- }
-@@ -2865,8 +2865,8 @@ static void quit_plugin(char *p) {
-
- static void prnt_plugin(char *p) {
- Widget w = w_list->ui->grid; Display *dpy = XtDisplay(w); Pixmap
-- pm = MwTablePixmap(w); XFreePixmap(dpy, pm); printf("502 Can't
-- print yet\n");
-+ pm = MwTablePixmap(w); XFreePixmap(dpy, pm); printf("502 Can't "
-+ "print yet\n");
- }
-
- static struct {