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.

132 lines
2.9 KiB

  1. --- ./egcmplte.c.orig 2004-03-04 19:56:33.000000000 -0300
  2. +++ ./egcmplte.c 2004-03-04 19:56:33.000000000 -0300
  3. @@ -20,7 +20,7 @@
  4. */
  5. #include <stdio.h>
  6. -#include <slang/slang.h>
  7. +#include <slang.h>
  8. #include <string.h>
  9. #include <limits.h>
  10. #include <dirent.h>
  11. --- ./eg.c.orig 2004-03-04 19:56:33.000000000 -0300
  12. +++ ./eg.c 2004-03-04 19:56:33.000000000 -0300
  13. @@ -20,7 +20,7 @@
  14. */
  15. #include <stdio.h>
  16. -#include <slang/slang.h>
  17. +#include <slang.h>
  18. #include <stdlib.h>
  19. #include <unistd.h>
  20. #include <sys/utsname.h>
  21. --- ./egdir.c.orig 2004-03-04 19:56:33.000000000 -0300
  22. +++ ./egdir.c 2004-03-04 19:56:33.000000000 -0300
  23. @@ -20,7 +20,7 @@
  24. */
  25. #include <stdio.h>
  26. -#include <slang/slang.h>
  27. +#include <slang.h>
  28. #include <errno.h>
  29. #include <stdlib.h>
  30. #include <string.h>
  31. --- ./egdraw.c.orig 2004-03-04 19:56:33.000000000 -0300
  32. +++ ./egdraw.c 2004-03-04 19:56:33.000000000 -0300
  33. @@ -19,7 +19,7 @@
  34. */
  35. -#include <slang/slang.h>
  36. +#include <slang.h>
  37. #include <stdio.h>
  38. #include <stdlib.h>
  39. --- ./eggetfld.c.orig 2004-03-04 19:56:33.000000000 -0300
  40. +++ ./eggetfld.c 2004-03-04 19:56:33.000000000 -0300
  41. @@ -20,7 +20,7 @@
  42. */
  43. #include <stdio.h>
  44. -#include <slang/slang.h>
  45. +#include <slang.h>
  46. #include <ctype.h>
  47. #include <string.h>
  48. #include <stdlib.h>
  49. --- ./eghelp.c.orig 2004-03-04 19:56:33.000000000 -0300
  50. +++ ./eghelp.c 2004-03-04 19:56:33.000000000 -0300
  51. @@ -20,7 +20,7 @@
  52. */
  53. #include <stdio.h>
  54. -#include <slang/slang.h>
  55. +#include <slang.h>
  56. #include "eg.h"
  57. --- ./eglib.c.orig 2004-03-04 19:56:33.000000000 -0300
  58. +++ ./eglib.c 2004-03-04 19:56:33.000000000 -0300
  59. @@ -21,7 +21,7 @@
  60. #include <pwd.h>
  61. #include <stdio.h>
  62. -#include <slang/slang.h>
  63. +#include <slang.h>
  64. #include <errno.h>
  65. #include <ctype.h>
  66. #include <string.h>
  67. --- ./egmenu.c.orig 2004-03-04 19:56:33.000000000 -0300
  68. +++ ./egmenu.c 2004-03-04 19:56:33.000000000 -0300
  69. @@ -20,7 +20,7 @@
  70. */
  71. #include <stdio.h>
  72. -#include <slang/slang.h>
  73. +#include <slang.h>
  74. #include <stdlib.h>
  75. #include <string.h>
  76. --- ./egnavgte.c.orig 2004-03-04 19:56:33.000000000 -0300
  77. +++ ./egnavgte.c 2004-03-04 19:56:33.000000000 -0300
  78. @@ -19,7 +19,7 @@
  79. */
  80. -#include <slang/slang.h>
  81. +#include <slang.h>
  82. #include <stdio.h>
  83. #include <ctype.h>
  84. #include <limits.h>
  85. --- ./egregex.c.orig 2004-03-04 19:56:33.000000000 -0300
  86. +++ ./egregex.c 2004-03-04 19:56:33.000000000 -0300
  87. @@ -25,7 +25,7 @@
  88. #include <sys/types.h>
  89. #endif
  90. #include <regex.h>
  91. -#include <slang/slang.h>
  92. +#include <slang.h>
  93. #include <stdlib.h>
  94. #include "eg.h"
  95. --- ./egscreen.c.orig 2004-03-04 19:56:33.000000000 -0300
  96. +++ ./egscreen.c 2004-03-04 19:56:33.000000000 -0300
  97. @@ -20,7 +20,7 @@
  98. */
  99. #include <stdio.h>
  100. -#include <slang/slang.h>
  101. +#include <slang.h>
  102. #include <errno.h>
  103. #include <stdlib.h>
  104. #include <string.h>
  105. --- ./egsigs.c.orig 2004-03-04 19:56:33.000000000 -0300
  106. +++ ./egsigs.c 2004-03-04 19:56:33.000000000 -0300
  107. @@ -22,7 +22,7 @@
  108. #include <stdio.h>
  109. #include <string.h>
  110. #include <signal.h>
  111. -#include <slang/slang.h>
  112. +#include <slang.h>
  113. #include "eg.h"