PERFORCE change 53825 for review
Marcel Moolenaar
marcel at FreeBSD.org
Sun May 30 17:04:01 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=53825
Change 53825 by marcel at marcel_nfs on 2004/05/30 17:03:30
s/DDB/KDB/g
Affected files ...
.. //depot/projects/gdb/sys/ufs/ffs/ffs_subr.c#3 edit
Differences ...
==== //depot/projects/gdb/sys/ufs/ffs/ffs_subr.c#3 (text+ko) ====
@@ -58,7 +58,7 @@
#include <ufs/ffs/ffs_extern.h>
#include <ufs/ffs/fs.h>
-#ifdef DDB
+#ifdef KDB
void ffs_checkoverlap(struct buf *, struct inode *);
#endif
@@ -168,7 +168,7 @@
}
}
-#ifdef DDB
+#ifdef KDB
void
ffs_checkoverlap(bp, ip)
struct buf *bp;
@@ -197,7 +197,7 @@
panic("ffs_checkoverlap: Disk buffer overlap");
}
}
-#endif /* DDB */
+#endif /* KDB */
/*
* block operations
More information about the p4-projects
mailing list