patch-2.1.36 linux/fs/nfs/mount_clnt.c
Next file: linux/fs/nfs/nfs2xdr.c
Previous file: linux/fs/nfs/dir.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Tue Apr 15 21:47:24 1997
-  Orig file: 
v2.1.35/linux/fs/nfs/mount_clnt.c
-  Orig date: 
Mon Apr 14 16:28:17 1997
diff -u --recursive --new-file v2.1.35/linux/fs/nfs/mount_clnt.c linux/fs/nfs/mount_clnt.c
@@ -49,8 +49,8 @@
 	char			hostname[32];
 	int			status;
 
-	dprintk("NFS:      nfs_mount(%08lx:%s)\n",
-			ntohl(addr->sin_addr.s_addr), path);
+	dprintk("NFS:      nfs_mount(%08x:%s)\n",
+			(unsigned)ntohl(addr->sin_addr.s_addr), path);
 
 	strcpy(hostname, in_ntoa(addr->sin_addr.s_addr));
 	if (!(mnt_clnt = mnt_create(hostname, addr)))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov