]> git.pld-linux.org Git - packages/pilot-link.git/blame - pilot-link-misc.patch
- release 4: make libtool hapy.
[packages/pilot-link.git] / pilot-link-misc.patch
CommitLineData
7beeeb4c 1--- pilot-link/pilot-debug.c.orig Mon Nov 20 12:03:19 2000
2+++ pilot-link/pilot-debug.c Mon Nov 20 12:03:32 2000
3@@ -45,9 +45,9 @@
4
5 #ifdef TK
6 int usetk;
7-# include <tk/tk.h>
8+# include <tk.h>
9 #else
10-# include <tcl/tcl.h>
11+# include <tcl.h>
12 #endif
13
14 #ifndef TCL_ACTIVE
15--- pilot-link/pd-tty.c.orig Mon Nov 20 12:03:48 2000
16+++ pilot-link/pd-tty.c Mon Nov 20 12:04:01 2000
17@@ -39,9 +39,9 @@
18 #ifdef TK
19 extern int usetk;
20
21-# include <tk/tk.h>
22+# include <tk.h>
23 #else
24-# include <tcl/tcl.h>
25+# include <tcl.h>
26 #endif
27
28 #ifndef TCL_ACTIVE
29--- pilot-link/include/pi-header.h.orig Mon Nov 20 12:36:22 2000
30+++ pilot-link/include/pi-header.h Mon Nov 20 12:35:07 2000
31@@ -16,15 +16,9 @@
32 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
33 *
34 */
35+#ifndef _pi_header_
36+#define _pi_header_
37+
38+void PalmHeader(char *progname);
39
40-void PalmHeader(char *progname)
41-{
42- fprintf(stderr," ---o-o--- The Palm name and logo are copyright Palm Computing, Inc.\n ---o--o-- and subsidiaries. All rights reserved.\n ---o-o---\n");
43-#ifdef PILOT_LINK_PATCH
44- fprintf(stderr," ---o----- This is %s from pilot-link version %d.%d.%d.%d\n ---o-----\n", progname, PILOT_LINK_VERSION, PILOT_LINK_MAJOR, PILOT_LINK_MINOR, PILOT_LINK_PATCH);
45- fprintf(stderr," ---o----- pilot-link %d.%d.%d is licensed under the GPL\n See the file COPYING for more details.\n\n", PILOT_LINK_VERSION, PILOT_LINK_MAJOR, PILOT_LINK_MINOR, PILOT_LINK_PATCH);
46-#else
47- fprintf(stderr," ---o----- This is %s from pilot-link version %d.%d.%d\n ---o-----\n", progname, PILOT_LINK_VERSION, PILOT_LINK_MAJOR, PILOT_LINK_MINOR);
48- fprintf(stderr," ---o----- pilot-link %d.%d.%d is covered under the GPL\n See the file COPYING for more details.\n\n", PILOT_LINK_VERSION, PILOT_LINK_MAJOR, PILOT_LINK_MINOR);
49 #endif
50-}
This page took 0.105356 seconds and 4 git commands to generate.