summaryrefslogtreecommitdiffstats
path: root/source/smbd/trans2.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-05 12:36:23 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-05 12:36:23 +0000
commit624097e8f4a104393865ee100e884f000ca3f6df (patch)
tree072758bef5fed429df91a923e14ea6ee5ea43823 /source/smbd/trans2.c
parent469474803d39ceec7155792d364787318708fb91 (diff)
downloadsamba-624097e8f4a104393865ee100e884f000ca3f6df.tar.gz
samba-624097e8f4a104393865ee100e884f000ca3f6df.tar.xz
samba-624097e8f4a104393865ee100e884f000ca3f6df.zip
fixed some cast warnings from "cc -64" on IRIX
Diffstat (limited to 'source/smbd/trans2.c')
-rw-r--r--source/smbd/trans2.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c
index 6d2f61f5b9c..c075ae6c1be 100644
--- a/source/smbd/trans2.c
+++ b/source/smbd/trans2.c
@@ -353,8 +353,8 @@ static int get_lanman2_dir_entry(connection_struct *conn,
reskey = 0;
- DEBUG(8,("get_lanman2_dir_entry:readdir on dirptr 0x%x now at offset %d\n",
- (unsigned)conn->dirptr,TellDir(conn->dirptr)));
+ DEBUG(8,("get_lanman2_dir_entry:readdir on dirptr 0x%lx now at offset %d\n",
+ (long)conn->dirptr,TellDir(conn->dirptr)));
if (!dname)
return(False);
@@ -905,9 +905,9 @@ resume_key = %d resume name = %s continue=%d level = %d\n",
/* Get the attr mask from the dptr */
dirtype = dptr_attr(dptr_num);
- DEBUG(3,("dptr_num is %d, mask = %s, attr = %x, dirptr=(0x%X,%d)\n",
+ DEBUG(3,("dptr_num is %d, mask = %s, attr = %x, dirptr=(0x%lX,%d)\n",
dptr_num, mask, dirtype,
- (unsigned)conn->dirptr,
+ (long)conn->dirptr,
TellDir(conn->dirptr)));
/* We don't need to check for VOL here as this is returned by