mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
12 lines
235 B
C
12 lines
235 B
C
--- ./linux/vid_so.c.orig Mon Oct 30 15:26:12 2006
|
|
+++ ./linux/vid_so.c Sat Dec 16 17:28:37 2006
|
|
@@ -222,7 +222,7 @@
|
|
fn[strlen(fn) - 1] = 0;
|
|
*/
|
|
|
|
- strcpy (fn, ".");
|
|
+ strcpy (fn, LIBDIR);
|
|
strcat(fn, "/");
|
|
strcat(fn, name);
|
|
|