Top (DragonFly): fixes building

This commit is contained in:
李通洲
2026-08-25 23:27:24 +08:00
parent 71728247ab
commit 6c19a8b4ec
+1 -1
View File
@@ -6,7 +6,7 @@
#include <sys/sysctl.h>
#include <sys/user.h>
const char* ffTopGetProcessSnapshot(FFlist* snapshots) {
const char* ffTopGetProcessSnapshot(FFlist* snapshots, FFTopTypes) {
int request[] = { CTL_KERN, KERN_PROC, KERN_PROC_ALL };
size_t length;