diff options
Diffstat (limited to 'sys-fs/udev/files/udev-070-gcc2.patch')
-rw-r--r-- | sys-fs/udev/files/udev-070-gcc2.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-fs/udev/files/udev-070-gcc2.patch b/sys-fs/udev/files/udev-070-gcc2.patch deleted file mode 100644 index 8de09280b141..000000000000 --- a/sys-fs/udev/files/udev-070-gcc2.patch +++ /dev/null @@ -1,22 +0,0 @@ -So we can compile with gcc-2.x - ---- udev_rules.h -+++ udev_rules.h -@@ -93,7 +93,7 @@ - ignore_remove:1; - - size_t bufsize; -- char buf[]; -+ char *buf; - }; - - struct udev_rules { ---- udevd.h -+++ udevd.h -@@ -76,5 +76,5 @@ - char *physdevpath; - unsigned int timeout; - char *envp[UEVENT_NUM_ENVP+1]; -- char envbuf[]; -+ char *envbuf; - }; |