mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
235 B

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