Commit in reactos/drivers/storage/disk on MAIN
disk.c+1-101.36 -> 1.37
makefile+2-21.6 -> 1.7
+3-12
2 modified files
More Oops!

reactos/drivers/storage/disk
disk.c 1.36 -> 1.37
diff -u -r1.36 -r1.37
--- disk.c	31 Mar 2004 03:33:48 -0000	1.36
+++ disk.c	31 Mar 2004 03:39:12 -0000	1.37
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: disk.c,v 1.36 2004/03/31 03:33:48 jimtabor Exp $
+/* $Id: disk.c,v 1.37 2004/03/31 03:39:12 jimtabor Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
@@ -111,15 +111,6 @@
 DiskBuildPartionTable(IN PDEVICE_OBJECT DiskDeviceObject,
 		      IN PIRP Irp);
 
-VOID STDCALL
-DiskClassStartIo (IN PDEVICE_OBJECT DeviceObject,
-		   IN PIRP Irp);
-
-NTSTATUS STDCALL
-DiskDeviceControlCompletion (IN PDEVICE_OBJECT DeviceObject,
-			      IN PIRP Irp,
-			      IN PVOID Context);
-
 
 /* FUNCTIONS ****************************************************************/
 

reactos/drivers/storage/disk
makefile 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- makefile	31 Mar 2004 03:34:42 -0000	1.6
+++ makefile	31 Mar 2004 03:39:12 -0000	1.7
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.6 2004/03/31 03:34:42 jimtabor Exp $
+# $Id: makefile,v 1.7 2004/03/31 03:39:12 jimtabor Exp $
 
 PATH_TO_TOP = ../../..
 
@@ -12,7 +12,7 @@
 
 TARGET_OBJECTS = $(TARGET_NAME).o
 
-TARGET_CFLAGS =  Werror -Wall
+TARGET_CFLAGS =  -Werror -Wall
 
 include $(PATH_TO_TOP)/rules.mak
 
CVSspam 0.2.8