Displaying 3 results from an estimated 3 matches for "ypall_callback".
Did you mean:
call_callback
2000 Mar 01
0
Samba 2.0.6, SunOS 4.1.4_U1 problems
.../termios.h:116: warning: `NL0' redefined
> /usr/include/sys/ioctl.h:30: warning: this is the location of the previous definition
Then eventually the compilation fails with the following:
> In file included from lib/util.c:49:
> /usr/include/rpcsvc/ypclnt.h:51: redefinition of `struct ypall_callback'
> lib/util.c: In function `smbd_mktemp':
> lib/util.c:3170: warning: initialization makes pointer from integer without a cast
> *** Error code 1
> make: Fatal error: Command failed for target `lib/util.o'
gcc is working fine for other source and I've tried using cc, bu...
2003 Dec 01
0
No subject
...ation of "InBuffer" with a different storage class specifier: "InBuffer" will have internal linkage.
Warnings on AIX 4.3.3.0 include (picked just one file, but ..)
Compiling smbd/files.c
"/usr/include/rpcsvc/yp_prot.h", line 342.23: 1506-310 (I) The type "struct ypall_callback" was introduced in a parameter list, and will go out of scope at the end of the function declaration or definition.
Compiling smbd/server.c
"/usr/include/rpcsvc/yp_prot.h", line 342.23: 1506-310 (I) The type "struct ypall_callback" was introduced in a parameter list, and...
2003 Dec 01
0
No subject
...mmary
configure OK
updating cache ./config.cache
creating ./config.status
creating include/stamp-h
creating Makefile
creating include/config.h
***********************************************************
but its
definition is dubious or not existent.
extern bool xdr_ypall(XDR *, struct ypall_callback *);
-------------------------------------------^
Compiling smbd/ssl.c
cfe: Warning 865: /usr/include/rpcsvc/yp_prot.h, line 392: struct/union/enum
'ypall_callback' is used, but its
definition is dubious or not existent.
extern bool xdr_ypall(XDR *, struct ypall_callback *);
-----...