diff options
Diffstat (limited to 'japanese/kon2-16dot/files/patch-include_fnld.h')
-rw-r--r-- | japanese/kon2-16dot/files/patch-include_fnld.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/kon2-16dot/files/patch-include_fnld.h b/japanese/kon2-16dot/files/patch-include_fnld.h new file mode 100644 index 000000000000..1ccf63250a95 --- /dev/null +++ b/japanese/kon2-16dot/files/patch-include_fnld.h @@ -0,0 +1,13 @@ + --- include/fnld.h 30 Sep 2008 08:02:59 -0000 1.1.1.1 + +++ include/fnld.h 23 Oct 2008 09:24:33 -0000 + @@ -51,6 +51,10 @@ + #define FR_ATTACH 1 + #define FR_PROXY 2 + + +#if defined(__FreeBSD__) + +#define ftok(p, n) (5000 + ((n) & 0x7F)) + +#endif + + + extern struct fontRegs fSRegs[], fDRegs[]; + extern struct fontRegs *sbFReg, *dbFReg; + |