]> git.pld-linux.org Git - packages/cdp.git/blob - cdp-strchr.patch
- ncurses rebuild
[packages/cdp.git] / cdp-strchr.patch
1 diff -ur cdp-0.33.orig/database.c cdp-0.33/database.c
2 --- cdp-0.33.orig/database.c    Fri Nov 10 07:10:42 1995
3 +++ cdp-0.33/database.c Tue Jul 13 19:08:03 1999
4 @@ -33,8 +33,7 @@
5  
6  void                   *malloc (),
7                         *realloc ();
8 -char                   *strchr (),
9 -                       *getenv ();
10 +char                   *getenv ();
11  
12  int                     suppress_locking = 0;  /* Turn off locking of datafile (dangerous) */
13  
This page took 0.067162 seconds and 3 git commands to generate.