File: 050_ck_patch.patch

package info (click to toggle)
ckermit 211-15
  • links: PTS
  • area: non-free
  • in suites: squeeze
  • size: 15,720 kB
  • ctags: 19,714
  • sloc: ansic: 315,174; makefile: 9,096; sh: 66
file content (14 lines) | stat: -rw-r--r-- 634 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
As requested by upstream, set ck_patch to indicate changes from upstream source.
Index: ckermit/ckcmai.c
===================================================================
--- ckermit.orig/ckcmai.c	2009-02-26 22:41:45.000000000 +0000
+++ ckermit/ckcmai.c	2009-02-26 22:54:52.000000000 +0000
@@ -97,7 +97,7 @@
 #endif /* OS2 */
 
 char *ck_s_who = "";                    /* Where customized, "" = not. */
-char *ck_patch = "";                    /* Patch info, if any. */
+char *ck_patch = "3";                    /* Patch info, if any. */
 
 #define CKVERLEN 128
 char versiox[CKVERLEN];                 /* Version string buffer  */