svn commit: r220987 - head/sys/sys

Konstantin Belousov kib at FreeBSD.org
Sun Apr 24 13:22:15 UTC 2011


Author: kib
Date: Sun Apr 24 13:22:14 2011
New Revision: 220987
URL: http://svn.freebsd.org/changeset/base/220987

Log:
  Fix typo.
  
  MFC after:	3 days

Modified:
  head/sys/sys/systm.h

Modified: head/sys/sys/systm.h
==============================================================================
--- head/sys/sys/systm.h	Sun Apr 24 11:01:42 2011	(r220986)
+++ head/sys/sys/systm.h	Sun Apr 24 13:22:14 2011	(r220987)
@@ -149,7 +149,7 @@ int	nullop(void);
 int	eopnotsupp(void);
 int	ureadc(int, struct uio *);
 void	hashdestroy(void *, struct malloc_type *, u_long);
-void	*hashinit(int count, struct malloc_type *type, u_long *hashmark);
+void	*hashinit(int count, struct malloc_type *type, u_long *hashmask);
 void	*hashinit_flags(int count, struct malloc_type *type,
     u_long *hashmask, int flags);
 #define	HASH_NOWAIT	0x00000001


More information about the svn-src-all mailing list