Changeset 9e8ce9ae in rtems-libbsd


Ignore:
Timestamp:
01/10/17 13:41:23 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, 5-freebsd-12, 6-freebsd-12, master
Children:
e5ef01e
Parents:
774f19f
Message:

pf: Some fixes after the update

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • freebsd/sbin/pfctl/pfctl.c

    r774f19f r9e8ce9ae  
    33#ifdef __rtems__
    44#include "rtems-bsd-pfctl-namespace.h"
     5#define ENABLE_ALTQ
    56#endif /* __rtems__ */
    67
  • freebsd/sbin/pfctl/pfctl_parser.c

    r774f19f r9e8ce9ae  
    33#ifdef __rtems__
    44#include "rtems-bsd-pfctl-namespace.h"
     5#define WITH_INET6
     6#define WITH_INET
    57#endif /* __rtems__ */
    68
  • freebsd/sbin/pfctl/rtems-bsd-pfctl-namespace.h

    r774f19f r9e8ce9ae  
    99#define pfctlyparse _bsd_pfctl_pfctlyparse
    1010#define rt_tableid_max _bsd_pfctl_rt_tableid_max
     11#define map_tos _bsd_pfctl_map_tos
     12#define kw_casecmp _bsd_pfctl_kw_casecmp
    1113#define pfctl_load_anchors _bsd_pfctl_pfctl_load_anchors
    1214#define parseport _bsd_pfctl_parseport
  • testsuite/pf01/test_main.c

    r774f19f r9e8ce9ae  
    378378        snapshot.heap_info.Free.largest = 0;
    379379        snapshot2.heap_info.Free.largest = 0;
    380         assert(rtems_resource_snapshot_equal(&snapshot, &snapshot2));
     380        assert(exit_code == EXIT_SUCCESS ||
     381            rtems_resource_snapshot_equal(&snapshot, &snapshot2));
    381382}
    382383
Note: See TracChangeset for help on using the changeset viewer.