forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
20 lines
352 B
C
20 lines
352 B
C
--- isoqlog/Data.h.orig 2010-08-09 16:53:36.000000000 +0200
|
|
+++ isoqlog/Data.h 2010-08-09 16:53:40.000000000 +0200
|
|
@@ -99,7 +99,7 @@
|
|
struct UsersTab {
|
|
int nval;
|
|
int max;
|
|
- int *allusers;
|
|
+ user**allusers;
|
|
} UsersTab;
|
|
|
|
|
|
@@ -107,7 +107,7 @@
|
|
struct SortDomain {
|
|
int nval;
|
|
int max;
|
|
- int *allusers;
|
|
+ user**allusers;
|
|
} SortDomain;
|
|
|
|
#endif
|