From 373e401671c7aced02a6e56a746d1ee9f56a19da Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 16 Nov 2006 14:21:27 +0000 Subject: [PATCH] Polished porting hints --- libburn/sg-freebsd-port.c | 2 +- libburn/sg-linux.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libburn/sg-freebsd-port.c b/libburn/sg-freebsd-port.c index 9b4075f..42f8509 100644 --- a/libburn/sg-freebsd-port.c +++ b/libburn/sg-freebsd-port.c @@ -14,7 +14,7 @@ Porting libburn typically will consist of adding a new operating system case to the following switcher files: os.h Operating system specific libburn definitions and declarations. sg.c Operating system dependent transport level modules. -and to derive the following system specific files from existing examples: +and of deriving the following system specific files from existing examples: os-*.h Included by os.h. You will need some general system knowledge about signals and knowledge about the storage object needs of your transport level module sg-*.c. diff --git a/libburn/sg-linux.c b/libburn/sg-linux.c index 1086d54..2754623 100644 --- a/libburn/sg-linux.c +++ b/libburn/sg-linux.c @@ -14,7 +14,7 @@ Porting libburn typically will consist of adding a new operating system case to the following switcher files: os.h Operating system specific libburn definitions and declarations. sg.c Operating system dependent transport level modules. -and to derive the following system specific files from existing examples: +and of deriving the following system specific files from existing examples: os-*.h Included by os.h. You will need some general system knowledge about signals and knowledge about the storage object needs of your transport level module sg-*.c.