[jbossnative-commits] JBoss Native SVN: r1012 - trunk/sight/native/share.

jbossnative-commits at lists.jboss.org jbossnative-commits at lists.jboss.org
Mon Sep 10 06:25:18 EDT 2007


Author: mladen.turk at jboss.com
Date: 2007-09-10 06:25:15 -0400 (Mon, 10 Sep 2007)
New Revision: 1012

Modified:
   trunk/sight/native/share/jnu.c
Log:
Is sunrpc NFS in all cases?

Modified: trunk/sight/native/share/jnu.c
===================================================================
--- trunk/sight/native/share/jnu.c	2007-09-10 10:19:47 UTC (rev 1011)
+++ trunk/sight/native/share/jnu.c	2007-09-10 10:25:15 UTC (rev 1012)
@@ -477,6 +477,8 @@
                 return SIGHT_FS_SFS;
             if (memcmp(p, "YSFS", 4) == 0)
                 return SIGHT_FS_SYSFS;
+            if (memcmp(p, "UNRPC", 5) == 0)
+                return SIGHT_FS_NFS;
             else
                 return SIGHT_FS_UNKNOWN;
         break;




More information about the jbossnative-commits mailing list