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

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

diff --git a/ax25-apps-listen.patch b/ax25-apps-listen.patch
new file mode 100644 (file)
index 0000000..5f1b746
--- /dev/null
@@ -0,0 +1,19 @@
+*** listen.c   Tue Apr 10 03:58:54 2001
+--- listen.c.new       Tue Oct 23 16:07:06 2001
+***************
+*** 8,14 ****
+  #include <stdlib.h>
+  #include <string.h>
+  #include <time.h>
+! #include <curses.h>
+  
+  #include <sys/socket.h>
+  #include <net/if.h>
+--- 8,14 ----
+  #include <stdlib.h>
+  #include <string.h>
+  #include <time.h>
+! #include <ncurses/curses.h>
+  
+  #include <sys/socket.h>
+  #include <net/if.h>
This page took 0.161649 seconds and 4 git commands to generate.