removing unused third-party headers (objbsd)?

2024-06-27 Thread Gedare Bloom
I've been doing back through my third-party source code attribution.
I've found that there is a chunk of header files that are apparently
not included anywhere in rtems, and that are third-party headers. Is
there any reason we can't get rid of them?

spec/build/cpukit/objbsd.yml:
- destination: ${BSP_INCLUDEDIR}/machine
  source:
  - cpukit/include/machine/_kernel_cpuset.h
  - cpukit/include/machine/_kernel_in.h
  - cpukit/include/machine/_kernel_in6.h
  - cpukit/include/machine/_kernel_mman.h
  - cpukit/include/machine/_kernel_param.h
  - cpukit/include/machine/_kernel_time.h
  - cpukit/include/machine/_kernel_types.h
  - cpukit/include/machine/_kernel_uio.h

grep --exclude-dir=build -r _kernel_
grep: .git/index: binary file matches
grep: .git/objects/pack/pack-d2f9d582ab08085c983290d405f219a096ba2735.pack:
binary file matches
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: removing unused third-party headers (objbsd)?

2024-06-27 Thread Sebastian Huber

On 28.06.24 00:42, Gedare Bloom wrote:

I've been doing back through my third-party source code attribution.
I've found that there is a chunk of header files that are apparently
not included anywhere in rtems, and that are third-party headers. Is
there any reason we can't get rid of them?


These files are included from Newlib header files and are used by the 
legacy network stack and libbsd.


--
embedded brains GmbH & Co. KG
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.hu...@embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel