]> git.pld-linux.org Git - packages/am-utils.git/blob - am-utils-6.0a16-glibc21.patch
- spec adapterized.
[packages/am-utils.git] / am-utils-6.0a16-glibc21.patch
1 --- am-utils-6.0a16/include/am_defs.h.glibc21   Thu Jan 21 11:15:18 1999
2 +++ am-utils-6.0a16/include/am_defs.h   Thu Jan 21 11:23:54 1999
3 @@ -308,7 +308,7 @@
4   * like Linux, it also defines "struct datum".
5   */
6  #ifdef HAVE_NDBM_H
7 -# include <ndbm.h>
8 +# include <db1/ndbm.h>
9  # ifndef DATUM
10  /* ensure that struct datum is not included again from <rpcsvc/yp_prot.h> */
11  #  define DATUM
12 --- am-utils-6.0a16/libamu/xutil.c.glibc21      Thu Jan 21 11:17:44 1999
13 +++ am-utils-6.0a16/libamu/xutil.c      Thu Jan 21 11:19:14 1999
14 @@ -48,7 +48,7 @@
15  #include <am_defs.h>
16  #include <amu.h>
17  
18 -FILE *logfp = stderr;          /* Log errors to stderr initially */
19 +FILE *logfp = NULL;            /* Log errors to stderr initially */
20  
21  #ifdef HAVE_SYSLOG
22  int syslogging;
This page took 0.069768 seconds and 3 git commands to generate.