]> git.pld-linux.org Git - packages/ax25-apps.git/commitdiff
- in file call/menu.c | #include <curses.h> corected to <ncurses/curses.h>
authordjrzulf <djrzulf@pld-linux.org>
Tue, 23 Oct 2001 16:17:48 +0000 (16:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ax25-apps-menu.patch -> 1.1

ax25-apps-menu.patch [new file with mode: 0644]

diff --git a/ax25-apps-menu.patch b/ax25-apps-menu.patch
new file mode 100644 (file)
index 0000000..b931400
--- /dev/null
@@ -0,0 +1,19 @@
+*** menu.c     Tue Apr 10 03:58:49 2001
+--- menu.c.new Tue Oct 23 16:06:38 2001
+***************
+*** 6,12 ****
+   * 25.07.1995  some minor changes                   Alexander Tietzel (DG6XA)
+   */
+  
+! #include <curses.h>
+  #include <stdlib.h>
+  #include <string.h>
+  #include "menu.h"
+--- 6,12 ----
+   * 25.07.1995  some minor changes                   Alexander Tietzel (DG6XA)
+   */
+  
+! #include <ncurses/curses.h>
+  #include <stdlib.h>
+  #include <string.h>
+  #include "menu.h"
This page took 0.06632 seconds and 4 git commands to generate.