Skip to content

Commit

Permalink
Bump version for r359745, since it removed a field from "struct proc"…
Browse files Browse the repository at this point in the history
… and

that changed the offsets of fields within it.
  • Loading branch information
rmacklem authored and rmacklem committed Apr 9, 2020
1 parent 9f795af commit 9e4ec0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/sys/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1300089 /* Master, propagated to newvers */
#define __FreeBSD_version 1300090 /* Master, propagated to newvers */

/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
Expand Down

0 comments on commit 9e4ec0f

Please sign in to comment.