From 76f9928ae81efdeef7484db5c983050277403bb0 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 21 Nov 2004 06:46:34 +0000 Subject: [PATCH] Change two references to param.h to links into cvsweb. Suggested by: pav --- en_US.ISO8859-1/books/porters-handbook/book.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 5cadcc9a24..7e48bc620d 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -6080,7 +6080,9 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00 The preferred way to tell 4.3BSD/Reno (1990) and newer versions of the BSD code apart is by using the BSD macro - defined in <sys/param.h>. Hopefully that + defined in + sys/param.h. + Hopefully that file is already included; if not, add the code: #if (defined(__unix__) || defined(unix)) && !defined(USG) @@ -6178,7 +6180,7 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00 Here is a convenient list of __FreeBSD_version values as defined in - sys/param.h: + sys/param.h: __FreeBSD_version values