Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/external/bsd/drm2/dist/drm



Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 00:56:01 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/dist/drm: drm_connector.c

Log Message:
Make it build.

- mutex_init/destroy -> linux_mutex_init/destroy
- refcount_dec_and_test -> kref_put
  (until we implement Linux refcount(9))
- LIST_HEAD(x) -> struct list_head x = LIST_HEAD_INIT(x)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/dist/drm/drm_connector.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index