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

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

diff --git a/ax25-apps-call.patch b/ax25-apps-call.patch
new file mode 100644 (file)
index 0000000..d4b483e
--- /dev/null
@@ -0,0 +1,19 @@
+*** call.c     Tue Apr 17 00:20:42 2001
+--- call.c.new Tue Oct 23 16:06:20 2001
+***************
+*** 38,44 ****
+  #include <sys/wait.h>
+  #include <termios.h>
+  #include <unistd.h>
+! #include <curses.h>
+  
+  #ifdef HAVE_NETAX25_AX25_H
+  #include <netax25/ax25.h>
+--- 38,44 ----
+  #include <sys/wait.h>
+  #include <termios.h>
+  #include <unistd.h>
+! #include <ncurses/curses.h>
+  
+  #ifdef HAVE_NETAX25_AX25_H
+  #include <netax25/ax25.h>
This page took 0.067745 seconds and 4 git commands to generate.