Commit graph

6 commits

Author SHA1 Message Date
andypugh
e26c34a6ff
Merge branch '2.9' into 2.9-rtapi-ioperm 2022-12-07 01:31:32 +00:00
Petter Reinholdtsen
b48a99a4d6 Corrected rtapi_io(3rtapi) man page fixing typos and adding references. 2022-11-29 06:25:06 +01:00
Petter Reinholdtsen
88874bdfff Added rtapi_ioperm() declaration for hal_speaker
This fixes the following compiler warning:

hal/drivers/hal_speaker.c: In function ‘rtapi_app_main’:
hal/drivers/hal_speaker.c:164:9: warning: implicit declaration of function ‘ioperm’ [-Wimplicit-function-declaration]
  164 |     if (ioperm(SPEAKER_PORT, 1, 1) < 0) {
      |         ^~~~~~
2022-11-29 06:18:40 +01:00
Lubomir Rintel
a63ec765cb all: update FSF address in GPL 2.0 notices
If you write to 59 Temple Place you're unlikely to get a response.
Let's realign the address with a more up-to-date one from [1].

  [1] https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

This is purely a cosmetic change, doesn't affect the meaning of the
license. Done to make rpmlint happy.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
2017-09-15 13:06:22 +02:00
Jeff Epler
57e1d5465e docs: Note GPL license on files 2014-07-28 09:29:03 -05:00
Jeff Epler
220f589ff6 rtapi: document new headers 2014-07-21 07:21:10 -05:00