Skip to content

Commit

Permalink
[FreeBSD] add include <sys/callout.h> for recent FreeBSD changes
Browse files Browse the repository at this point in the history
bump release
  • Loading branch information
lrosenman committed Dec 26, 2022
1 parent 007c0b5 commit 898916d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions 00DIST
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
4.96.1 September 16, 2022
4.96.2 September 16, 2022
4.96.3 September 16, 2022
4.96.4 October 18, 2022
4.96.5 December 26, 2022



Expand Down Expand Up @@ -5429,11 +5431,15 @@ July 14, 2018

docs: Describe fd number truncation in output (#261)

4.9?.? ????? ??, ????
4.96.5 December 26, 2022

[linux] Use correct scanf/printf format for uint64_t (#266)

Avoid C89-only constructs in Configure (#265)

[freebsd] add <sys/callout.h> for recent changes

4.9?.? ????????? ??, ????

The lsof-org team at GitHub
October 18, 2022
December 28, 2022
1 change: 1 addition & 0 deletions dialects/freebsd/dlsof.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ int getmntinfo(struct statfs **, int);

#undef INADDR_LOOPBACK

#include <sys/callout.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.ds VN 4.96.4
.ds VN 4.96.5

0 comments on commit 898916d

Please sign in to comment.