Changeset 9e8ce9ae in rtems-libbsd
- Timestamp:
- 01/10/17 13:41:23 (6 years ago)
- Branches:
- 5, 5-freebsd-12, 6-freebsd-12, master
- Children:
- e5ef01e
- Parents:
- 774f19f
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
freebsd/sbin/pfctl/pfctl.c
r774f19f r9e8ce9ae 3 3 #ifdef __rtems__ 4 4 #include "rtems-bsd-pfctl-namespace.h" 5 #define ENABLE_ALTQ 5 6 #endif /* __rtems__ */ 6 7 -
freebsd/sbin/pfctl/pfctl_parser.c
r774f19f r9e8ce9ae 3 3 #ifdef __rtems__ 4 4 #include "rtems-bsd-pfctl-namespace.h" 5 #define WITH_INET6 6 #define WITH_INET 5 7 #endif /* __rtems__ */ 6 8 -
freebsd/sbin/pfctl/rtems-bsd-pfctl-namespace.h
r774f19f r9e8ce9ae 9 9 #define pfctlyparse _bsd_pfctl_pfctlyparse 10 10 #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 11 13 #define pfctl_load_anchors _bsd_pfctl_pfctl_load_anchors 12 14 #define parseport _bsd_pfctl_parseport -
testsuite/pf01/test_main.c
r774f19f r9e8ce9ae 378 378 snapshot.heap_info.Free.largest = 0; 379 379 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)); 381 382 } 382 383
Note: See TracChangeset
for help on using the changeset viewer.