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.

11 lines
281 B

  1. --- ./lib/path-concat.c.orig 2005-04-10 00:27:25.607854272 +0200
  2. +++ ./lib/path-concat.c 2005-04-10 00:27:40.049658784 +0200
  3. @@ -31,7 +31,7 @@
  4. #endif
  5. #include <sys/types.h>
  6. -char *malloc ();
  7. +// char *malloc ();
  8. #ifndef DIRECTORY_SEPARATOR
  9. # define DIRECTORY_SEPARATOR '/'