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.

47 lines
2.0 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/blindcoder/libraw1394/multi-line-string.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- libraw1394-0.9.0/src/testlibraw.c.orig-rock-maint 2003-08-30 23:28:39.000000000 +0200
  23. +++ libraw1394-0.9.0/src/testlibraw.c 2003-08-30 23:29:38.000000000 +0200
  24. @@ -19,14 +19,14 @@
  25. #define TESTADDR (CSR_REGISTER_BASE + CSR_CYCLE_TIME)
  26. -const char not_compatible[] = "\
  27. -This libraw1394 does not work with your version of Linux. You need a different
  28. -version that matches your kernel (see kernel help text for the raw1394 option to
  29. -find out which is the correct version).\n";
  30. -
  31. -const char not_loaded[] = "\
  32. -This probably means that you don't have raw1394 support in the kernel or that
  33. -you haven't loaded the raw1394 module.\n";
  34. +const char not_compatible[] =
  35. +"This libraw1394 does not work with your version of Linux. You need a different"
  36. +"version that matches your kernel (see kernel help text for the raw1394 option to"
  37. +"find out which is the correct version).\n";
  38. +
  39. +const char not_loaded[] =
  40. +"This probably means that you don't have raw1394 support in the kernel or that"
  41. +"you haven't loaded the raw1394 module.\n";
  42. quadlet_t buffer;