]> git.pld-linux.org Git - packages/ax25-apps.git/commitdiff
- replaced by CPPFLAGS in ax25-apps.spec
authordjrzulf <djrzulf@pld-linux.org>
Tue, 23 Oct 2001 17:44:48 +0000 (17:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ax25-apps-call.patch -> 1.2
    ax25-apps-listen.patch -> 1.2
    ax25-apps-menu.patch -> 1.2
    ax25-apps-utils.patch -> 1.2

ax25-apps-call.patch [deleted file]
ax25-apps-listen.patch [deleted file]
ax25-apps-menu.patch [deleted file]
ax25-apps-utils.patch [deleted file]

diff --git a/ax25-apps-call.patch b/ax25-apps-call.patch
deleted file mode 100644 (file)
index d4b483e..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-*** 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>
diff --git a/ax25-apps-listen.patch b/ax25-apps-listen.patch
deleted file mode 100644 (file)
index 5f1b746..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-*** 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>
diff --git a/ax25-apps-menu.patch b/ax25-apps-menu.patch
deleted file mode 100644 (file)
index b931400..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-*** 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"
diff --git a/ax25-apps-utils.patch b/ax25-apps-utils.patch
deleted file mode 100644 (file)
index f690345..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-*** 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.0965 seconds and 4 git commands to generate.