AltraMayor / AltraMayor/gatekeeper
Can we get rid of `include/list.h`?
Open
enhancement
good first issue
- Dominant language
- C
- Stars
- 1.6k
- Forks
- 252
- PR merge metrics
- No merged PRs in 30d
Description
Can't we drop `include/list.h` and use `/usr/include/sys/queue.h` instead? DPDK already uses the latter, and it comes from the C library:
```
$ dpkg -S /usr/include/sys/queue.h
libc6-dev-i386: /usr/include/sys/queue.h
```
There are no big gains in this issue, it's more about code cleanup.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.