source:
freewrt/package/fuse/patches/111-uclibc_changes.patch@
475ad56
| Last change on this file since 475ad56 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 596 bytes | |
-
fuse-2.4.0/util/fusermount.c
diff -ruw fuse-2.4.0/util/fusermount.c.org fuse-2.4.0/util/fusermount.c
old new 42 42 #define FUSE_COMMFD_ENV "_FUSE_COMMFD" 43 43 44 44 #define FUSE_DEV_OLD "/proc/fs/fuse/dev" 45 #ifdef __UCLIBC__ 46 /* /dev is mounted as devfs in OpenWRT, and device is created here */ 47 #define FUSE_DEV_NEW "/dev/misc/fuse" 48 #else 45 49 #define FUSE_DEV_NEW "/dev/fuse" 50 #endif 46 51 #define FUSE_VERSION_FILE_OLD "/proc/fs/fuse/version" 47 52 #define FUSE_CONF "/etc/fuse.conf" 48 53
Note:
See TracBrowser
for help on using the repository browser.
