mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
11 lines
371 B
C
11 lines
371 B
C
--- util.c.orig 2004-08-29 10:21:46 UTC
|
|
+++ util.c
|
|
@@ -735,7 +735,7 @@ int file_allowed(char *fname)
|
|
|
|
struct WinAction *getRC()
|
|
{
|
|
- char fname[2][1024]={"","/etc/X11/imwheel/imwheelrc"}, line[1024], *p, *q, winid[1024];
|
|
+ char fname[2][1024]={"","/usr/X11R6/etc/imwheelrc"}, line[1024], *p, *q, winid[1024];
|
|
int fi,i;
|
|
struct WinAction *newwa=NULL;
|
|
FILE *f=NULL;
|