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

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

diff --git a/ax25-apps-utils.patch b/ax25-apps-utils.patch
new file mode 100644 (file)
index 0000000..f690345
--- /dev/null
@@ -0,0 +1,19 @@
+*** utils.c    Tue Apr 10 03:58:56 2001
+--- utils.c.new        Tue Oct 23 16:07:33 2001
+***************
+*** 7,13 ****
+  
+  #include <stdio.h>
+  #include <stdarg.h>
+! #include <curses.h>
+  #include <netdb.h>
+  #include <netinet/in.h>
+  #include <string.h>
+--- 7,13 ----
+  
+  #include <stdio.h>
+  #include <stdarg.h>
+! #include <ncurses/curses.h>
+  #include <netdb.h>
+  #include <netinet/in.h>
+  #include <string.h>
This page took 0.06326 seconds and 4 git commands to generate.