PERFORCE change 53353 for review
Marcel Moolenaar
marcel at FreeBSD.org
Sun May 23 14:05:05 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=53353
Change 53353 by marcel at marcel_nfs on 2004/05/23 14:03:50
s/DDB/KDB/g
Affected files ...
.. //depot/projects/gdb/sys/gnu/ext2fs/ext2_subr.c#3 edit
Differences ...
==== //depot/projects/gdb/sys/gnu/ext2fs/ext2_subr.c#3 (text+ko) ====
@@ -51,9 +51,7 @@
#include <gnu/ext2fs/ext2_fs_sb.h>
#include <gnu/ext2fs/fs.h>
-#include "opt_ddb.h"
-
-#ifdef DDB
+#ifdef KDB
void ext2_checkoverlap(struct buf *, struct inode *);
#endif
@@ -91,7 +89,7 @@
return (0);
}
-#ifdef DDB
+#ifdef KDB
void
ext2_checkoverlap(bp, ip)
struct buf *bp;
@@ -120,4 +118,4 @@
panic("Disk buffer overlap");
}
}
-#endif /* DDB */
+#endif /* KDB */
More information about the p4-projects
mailing list