Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Add missing typedef for CRef #1

Closed
wants to merge 1 commit into from

Conversation

peter-b
Copy link

@peter-b peter-b commented Oct 27, 2016

The current version of libbus1 fails to build from source with c-sundry
commit 8deaceb because of a missing type definition for CRef.

Since c-ref.h provides CRefFn, it seems logical to provide CRef
there as well.

The current version of `libbus1` fails to build from source with `c-sundry`
commit 8deaceb because of a missing type definition for `CRef`.

Since `c-ref.h` provides `CRefFn`, it seems logical to provide `CRef`
there as well.
@dvdhrm
Copy link
Member

dvdhrm commented Oct 28, 2016

This typedef was deleted on purpose. There is no need for it. On the contrary, it adds a dependency where none is needed.

libbus1 is an outdated library that is no longer needed with up-to-date bus1.ko. Hence, I'd just leave it as is.

@dvdhrm dvdhrm closed this Oct 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants