fix reversed ifdef, thanks Ion!
authorChristos Zoulas <christos@zoulas.com>
Wed, 17 Sep 2008 23:24:06 +0000 (23:24 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 17 Sep 2008 23:24:06 +0000 (23:24 +0000)
amd/ops_ufs.c

index 5eb8d85d8125966cb9520918cf911b07d7edf9f2..d2227d9a2e23d742064f26c9bae725557d3e8a0e 100644 (file)
@@ -61,7 +61,7 @@ static int ufs_umount(am_node *am, mntfs *mf);
  */
 am_ops ufs_ops =
 {
-#ifdef __NetBSD__
+#ifndef __NetBSD__
   "ufs",
 #else
   "ffs",