mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
bac0092ca9
[This] port does not build on 5.X systems due to its type request for a short gid_t, depreciated in all thinkable ways. PR: 60684 Submitted by: Samy Al Bahra <samy@kerneled.com>
10 lines
217 B
C
10 lines
217 B
C
--- sysdef.h.orig Mon Dec 29 11:37:41 2003
|
|
+++ sysdef.h Mon Dec 29 11:38:00 2003
|
|
@@ -23,5 +23,5 @@
|
|
struct fileinfo {
|
|
mode_t fi_mode;
|
|
uid_t fi_uid;
|
|
- gid_t short fi_gid;
|
|
+ gid_t fi_gid;
|
|
};
|