More Oops!

svn path=/trunk/; revision=8933
This commit is contained in:
James Tabor 2004-03-31 03:39:12 +00:00
parent 1fb32b9534
commit 450a15d61f
2 changed files with 3 additions and 12 deletions

View file

@ -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 @@ static NTSTATUS
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 ****************************************************************/

View file

@ -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_DDKLIBS = class2.a
TARGET_OBJECTS = $(TARGET_NAME).o
TARGET_CFLAGS = Werror -Wall
TARGET_CFLAGS = -Werror -Wall
include $(PATH_TO_TOP)/rules.mak