opnsense-ports/mail/isoqlog/files/patch-Data.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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