patch-2.4.0-test3 linux/drivers/sgi/char/streamable.c
Next file: linux/drivers/sgi/char/usema.c
Previous file: linux/drivers/sgi/char/shmiq.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Sun Jul 9 22:32:58 2000
- Orig file:
v2.4.0-test2/linux/drivers/sgi/char/streamable.c
- Orig date:
Sat Feb 26 22:31:49 2000
diff -u --recursive --new-file v2.4.0-test2/linux/drivers/sgi/char/streamable.c linux/drivers/sgi/char/streamable.c
@@ -1,4 +1,4 @@
-/* $Id: streamable.c,v 1.11 2000/02/23 00:41:21 ralf Exp $
+/* $Id: streamable.c,v 1.10 2000/02/05 06:47:30 ralf Exp $
*
* streamable.c: streamable devices. /dev/gfx
* (C) 1997 Miguel de Icaza (miguel@nuclecu.unam.mx)
@@ -52,14 +52,14 @@
static int
sgi_gfx_open (struct inode *inode, struct file *file)
{
- printk ("GFX: Opened by %ld\n", current->pid);
+ printk ("GFX: Opened by %d\n", current->pid);
return 0;
}
static int
sgi_gfx_close (struct inode *inode, struct file *file)
{
- printk ("GFX: Closed by %ld\n", current->pid);
+ printk ("GFX: Closed by %d\n", current->pid);
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)