summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2011-11-13 12:27:15 +0100
committerArne Babenhauserheide <arne_bab@web.de>2011-11-13 12:27:15 +0100
commitabc7fbb0f62e31e32d4ebf2ec70b44cd22131cd3 (patch)
treeaf08748f6920410c1cc646f2299ed330b7e66a11 /hurd
parentb60e7895743c12fb8a0d1ed2567e3a848180aed8 (diff)
parent1028958eaf2515635e54c13ec3a634ad727e787e (diff)
Merge branch 'master' of flubber:~hurd-web/hurd-web
Diffstat (limited to 'hurd')
-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.