Changeset bf8e51b in rtems-libbsd
- Timestamp:
- Jul 5, 2016, 2:31:43 PM (5 years ago)
- Branches:
- 4.11
- Children:
- d112679
- Parents:
- 084d4db
- git-author:
- Christian Mauderer <Christian.Mauderer@…> (07/05/16 14:31:43)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (08/03/16 12:13:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
freebsd/contrib/pf/pfctl/pfctl.c
r084d4db rbf8e51b 87 87 int pfctl_load_debug(struct pfctl *, unsigned int); 88 88 int pfctl_load_logif(struct pfctl *, char *); 89 #ifndef __rtems__ 89 90 int pfctl_load_hostid(struct pfctl *, unsigned int); 91 #else /* __rtems__ */ 92 int pfctl_load_hostid(struct pfctl *, u_int32_t); 93 #endif /* __rtems__ */ 90 94 int pfctl_get_pool(int, struct pf_pool *, u_int32_t, u_int32_t, int, 91 95 char *);
Note: See TracChangeset
for help on using the changeset viewer.