summaryrefslogtreecommitdiff
path: root/hurd/porting/guidelines.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-11-08 02:31:01 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-11-08 02:31:01 +0100
commitf4c0e07a3c7d79544116ebd2ee817597ed70ef3d (patch)
tree91f5494369aaa8f293dde31ec82c0c2162eb32c3 /hurd/porting/guidelines.mdwn
parent2e315ef11db39e8ee0a0decc054801521ee049dd (diff)
sys/cdrom.h
Diffstat (limited to 'hurd/porting/guidelines.mdwn')
-rw-r--r--hurd/porting/guidelines.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/hurd/porting/guidelines.mdwn b/hurd/porting/guidelines.mdwn
index 7de9a6f2..03ce9e19 100644
--- a/hurd/porting/guidelines.mdwn
+++ b/hurd/porting/guidelines.mdwn
@@ -306,6 +306,10 @@ Not implemented, not POSIX. Try to disable the feature in the package.
There is no programming interface for the parallel port on GNU/Hurd yet.
+## <a name="cdrom"> <linux/cdrom.h> </a>
+
+Use <sys/cdrom.h> instead.
+
## <a name="baud"> CBAUD </a>
This is not actually standard; cfsetspeed, cfsetispeed, or cfsetospeed should be used instead.