Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2004 14:04:43 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 53353 for review
Message-ID:  <200405232104.i4NL4h6q082621@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=53353

Change 53353 by marcel@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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405232104.i4NL4h6q082621>