patch-2.3.38 linux/drivers/char/h8.c
Next file: linux/drivers/char/ip2main.c
Previous file: linux/drivers/char/dtlk.c
Back to the patch index
Back to the overall index
-  Lines: 20
-  Date:
Fri Jan  7 11:43:09 2000
-  Orig file: 
v2.3.37/linux/drivers/char/h8.c
-  Orig date: 
Tue Nov 23 22:42:20 1999
diff -u --recursive --new-file v2.3.37/linux/drivers/char/h8.c linux/drivers/char/h8.c
@@ -109,18 +109,7 @@
 static char  driver_version[] = "X0.0";/* no spaces */
 
 static struct file_operations h8_fops = {
-        NULL,           /* lseek */
-        NULL,
-        NULL,           /* write */
-        NULL,           /* readdir */
-        NULL,
-        NULL,
-        NULL,           /* mmap */
-        NULL,
-	NULL,		/* flush */
-        NULL,
-        NULL,           /* fsync */
-        NULL            /* fasync */
+	/* twelve lines of crap^WNULLs were here */
 };
 
 static struct miscdevice h8_device = {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)