]> git.sur5r.net Git - openldap/commitdiff
Patch: lutil_progname() and lutil_strcopy() are not declared (ITS#2021)
authorKurt Zeilenga <kurt@openldap.org>
Tue, 13 Aug 2002 02:33:20 +0000 (02:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 13 Aug 2002 02:33:20 +0000 (02:33 +0000)
================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

lutil_progname() and lutil_strcopy() are not declared, which can
be fatal since they do not return int.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, Aug 2002.

libraries/liblunicode/ucdata/ucgendat.c
servers/slapd/lock.c

index 11f32f9cb2b1173d21af17b9d48a17d7ee3a1a12..9cc7140ddb24f8ba86cd5962845f0c409e6eee7f 100644 (file)
@@ -35,6 +35,8 @@
 #include <ac/string.h>
 #include <ac/unistd.h>
 
+#include <lutil.h>
+
 #undef ishdigit
 #define ishdigit(cc) (((cc) >= '0' && (cc) <= '9') ||\
                       ((cc) >= 'A' && (cc) <= 'F') ||\
index 13fe405b14e1583526f4263c620a1748f4549bf6..fb5c5bb7152ed1749545cadfecc5439047c85ba9 100644 (file)
@@ -18,6 +18,7 @@
 #include <sys/file.h>
 #endif
 
+#include <lutil.h>
 #include "slap.h"
 
 FILE *