Browse Source

Clifford wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
4d0cacfd45
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      package/base/ash/mkinit.patch

+ 10
- 0
package/base/ash/mkinit.patch

@ -0,0 +1,10 @@
--- ./mkinit.c.orig 2004-09-15 11:14:23.000000000 +0200
+++ ./mkinit.c 2004-09-15 11:34:31.000000000 +0200
@@ -358,6 +358,7 @@
while (p[-1] == ' ')
p--;
*p = '\0';
+ q[1] = 0;
}
}
addstr("extern", &decls);

Loading…
Cancel
Save