svn commit: r197430 - head/sys/sys

Stanislav Sedov stas at FreeBSD.org
Wed Sep 23 12:33:32 UTC 2009


Author: stas
Date: Wed Sep 23 12:33:32 2009
New Revision: 197430
URL: http://svn.freebsd.org/changeset/base/197430

Log:
  - Bump __FreeBSD_version to reflect the point when EVFILT_USER kevent filter
    has been implemented.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Wed Sep 23 12:10:13 2009	(r197429)
+++ head/sys/sys/param.h	Wed Sep 23 12:33:32 2009	(r197430)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 900001	/* Master, propagated to newvers */
+#define __FreeBSD_version 900002	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-all mailing list