diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-01-29 14:47:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-01-29 14:47:22 +0000 |
commit | b111b35ebf940a8dacf18d08add3c126a5425d42 (patch) | |
tree | 01ef7161d77f12b7fe03b8a1413aa5bd14457ef7 /misc/estic/files/patch-areacode.c | |
parent | devel/py-oslo.versionedobjects: update to 1.21.0 (diff) |
- add LICENSE
- use distribution patch
- extend pkg-message
- protect config file
- cleanup staged install
- make portlint happier
Notes
Notes:
svn path=/head/; revision=432752
Diffstat (limited to 'misc/estic/files/patch-areacode.c')
-rw-r--r-- | misc/estic/files/patch-areacode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/estic/files/patch-areacode.c b/misc/estic/files/patch-areacode.c index e9d55a57ee17..a7cd1bcdd705 100644 --- a/misc/estic/files/patch-areacode.c +++ b/misc/estic/files/patch-areacode.c @@ -1,6 +1,6 @@ ---- areacode/areacode.c.orig 1997-02-16 11:24:50.000000000 +0100 -+++ areacode/areacode.c 2014-03-31 19:07:27.000000000 +0200 -@@ -352,7 +352,7 @@ +--- areacode/areacode.c.orig 1997-02-16 10:24:50 UTC ++++ areacode/areacode.c +@@ -352,7 +352,7 @@ static void LoadTable (AreaCodeDesc* Des /* Load a part of the table into memory */ { u32 SpaceNeeded = (Desc->Last - Desc->First + 1) * sizeof (u32); |