diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-01 05:34:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-01 05:34:00 +0000 |
commit | 2764238613737e571776e9863408e9abeea05e8d (patch) | |
tree | 33c7f2c0d875ff3dc50565b0ae8c8654f280da17 /deskutils | |
parent | 63eaf5a702baaba9152aada846df53b11fdc3cd9 (diff) | |
download | ports-2764238613737e571776e9863408e9abeea05e8d.tar.gz ports-2764238613737e571776e9863408e9abeea05e8d.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xpostit/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/xpostit/files/patch-aa b/deskutils/xpostit/files/patch-aa index 3a45504b0389..2b82f94ea7d4 100644 --- a/deskutils/xpostit/files/patch-aa +++ b/deskutils/xpostit/files/patch-aa @@ -38,3 +38,13 @@ XtSetValues(plaidwidget, args, nargs); } +--- ./xpostit.c.org Thu Dec 10 08:40:27 1992 ++++ ./xpostit.c Thu Oct 31 21:31:14 1996 +@@ -121,7 +121,6 @@ + { + Arg args[4]; + char *appname; +- char *rindex(); + Atom protos[2]; + register int nargs; + Boolean setsigs = False; |