mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
- 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)
20 lines
342 B
C
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
|