ports/mail/isoqlog/files/patch-isoqlog_Data.h
Sunpoet Po-Chuan Hsieh a902e23e72 Clean up MASTER_SITES
- Add LICENSE_FILE
- Use PORTDOCS
- Regenerate patch files with makepatch:
- While I'm here:
  - Fix indent
  - Remove superfluous space in PLIST

PR:		216412
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
2017-01-23 18:52:21 +00:00

20 lines
342 B
C

--- isoqlog/Data.h.orig 2003-02-04 08:35:42 UTC
+++ isoqlog/Data.h
@@ -99,7 +99,7 @@ struct DomainsTab {
struct UsersTab {
int nval;
int max;
- int *allusers;
+ user**allusers;
} UsersTab;
@@ -107,7 +107,7 @@ struct UsersTab {
struct SortDomain {
int nval;
int max;
- int *allusers;
+ user**allusers;
} SortDomain;
#endif