diff options
Diffstat (limited to 'libraries/xawplus/locpixmap-fix.patch')
-rw-r--r-- | libraries/xawplus/locpixmap-fix.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libraries/xawplus/locpixmap-fix.patch b/libraries/xawplus/locpixmap-fix.patch new file mode 100644 index 0000000000000..f46d98b9751c4 --- /dev/null +++ b/libraries/xawplus/locpixmap-fix.patch @@ -0,0 +1,18 @@ +--- XawPlus/LocPixmap.c.orig Wed May 30 21:14:07 2007 ++++ XawPlus/LocPixmap.c Wed May 30 21:14:31 2007 +@@ -173,6 +173,7 @@ + } /* if */ + } + ++static char **split_path_string(); + + /* + * XawLocatePixmapFile - read a pixmap file using the normal defaults +@@ -195,7 +196,6 @@ + char **file_paths = NULL; + char filename[MAXPATHLEN]; + int i; +- static char **split_path_string(); + char *name; + + XpmAttributes attributes; |