diff options
author | Luca Deri <deri@ntop.org> | 2018-08-20 14:49:59 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-08-20 14:49:59 +0200 |
commit | 1a6a9593fb603e84a87614cacc3856faa0ed916e (patch) | |
tree | fab7bdfc54ee4d336dcedb5955e1ebd7b0803bba /src/lib | |
parent | 6cb40ac75e2e2f1a35c77f028a64a5cd8873ce10 (diff) |
Changed type to ease compilation accross platforms
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/third_party/include/actypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/third_party/include/actypes.h b/src/lib/third_party/include/actypes.h index c09d787c6..5a94b63a1 100644 --- a/src/lib/third_party/include/actypes.h +++ b/src/lib/third_party/include/actypes.h @@ -44,7 +44,7 @@ typedef char AC_ALPHABET_t; **/ typedef struct { int number; - u_int16_t category, breed; + unsigned int category, breed; } AC_REP_t; /* AC_PATTERN_t: |