Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2004 17:03:59 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 53825 for review
Message-ID:  <200405310003.i4V03xSB023344@repoman.freebsd.org>

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

Change 53825 by marcel@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



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