mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
Also switch maintainership to submitter with blessing of former maintainer. Other changes include: * fix for bug 191190 * Use new options syntax * Proper detection of PYTHON and FFMPEG * fix leftovers * strip libraries to satisfy stage-qa * conf: alias surround stuff to pcm.default * lib: split patches and refactor * utils: rename XMLTO to MANPAGES PR: 191524 Submitted by: Jan Beich Approved by: former maintainer (Aragon Gouveia)
4 lines
98 B
C
4 lines
98 B
C
#ifndef _LINUX_IOCTL_H
|
|
#define _LINUX_IOCTL_H
|
|
#include <sys/ioccom.h>
|
|
#endif /* _LINUX_IOCTL_H */
|