PERFORCE change 95856 for review

John Birrell jb at FreeBSD.org
Sat Apr 22 03:01:27 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95856

Change 95856 by jb at jb_freebsd2 on 2006/04/22 03:01:12

	Fix a return value to match the data type.

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_hash.c#2 edit

Differences ...

==== //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_hash.c#2 (text+ko) ====

@@ -155,7 +155,7 @@
 			return (bucket->dthb_len);
 	}
 
-	return (NULL);
+	return (0);
 }
 
 static void


More information about the p4-projects mailing list