Update of /cvsroot/linux-mips/linux/arch/mips/lib
In directory usw-pr-cvs1:/tmp/cvs-serv4734/arch/mips/lib
Modified Files:
ide-std.c
Log Message:
Fixed a compile problem with an unterminated ifdef.
Index: ide-std.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/lib/ide-std.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ide-std.c 2001/08/20 17:25:12 1.3
--- ide-std.c 2001/08/28 02:31:38 1.4
***************
*** 30,33 ****
--- 30,34 ----
return 0;
}
+ #endif
}
|