search for: sd_len

Displaying 2 results from an estimated 2 matches for "sd_len".

Did you mean: s_len
2001 May 09
0
Samba on LynxOS
...rom smbd/nttrans.c:22: /usr/lib/gcc-lib/i386-coff-lynxos/2.7-97r1/../../../../include/sys/time.h:21: warning: #warning Using <time.h> instead of <sys/time.h> smbd/nttrans.c:1092: error: syntax error before `uint' smbd/nttrans.c: In function `set_sd': smbd/nttrans.c:1099: error: `sd_len' undeclared (first use this function) smbd/nttrans.c:1099: error: (Each undeclared identifier is reported only once smbd/nttrans.c:1099: error: for each function it appears in.) smbd/nttrans.c:1100: error: `pdef_class' undeclared (first use this function) smbd/nttrans.c:1101: error: `pdef_c...
2003 Dec 01
0
No subject
....c Fri Jul 6 04:02:00 2001 +++ samba-2.2.1a-qnx/source/smbd/nttrans.c Sat Jul 28 20:28:29 2001 @@ -1101,7 +1101,7 @@ Internal fn to set security descriptors. ****************************************************************************/ -static BOOL set_sd(files_struct *fsp, char *data, uint32 sd_len, uint security_info_sent, int *pdef_class,uint32 *pdef_code) +static BOOL set_sd(files_struct *fsp, char *data, uint32 sd_len, uint32 security_info_sent, int *pdef_class,uint32 *pdef_code) { prs_struct pd; SEC_DESC *psd = NULL; diff -ru samba-2.2.1a/source/include/includes.h samba-2.2.1a-qnx/s...