head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.6 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.4 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.2.0.36 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.34 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.32 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.30 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.28 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.26 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.24 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.22 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.20 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.18 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.16 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.14 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.12 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.10 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.8 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.6 pkgsrc-2008Q1:1.2.0.4 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.2 pkgsrc-2007Q4-base:1.2; locks; strict; comment @# @; 1.3 date 2011.11.23.18.59.22; author wiz; state dead; branches; next 1.2; 1.2 date 2007.10.19.13.33.25; author rillig; state Exp; branches; next 1.1; 1.1 date 2007.10.17.21.49.17; author rillig; state Exp; branches; next ; desc @@ 1.3 log @Remove libscsi and the two packages using it, tosha and cdd. The FreeBSD SCSI library on which libscsi was based, was removed in 1998. The two other packages were last updated 1997 and 2001, respectively. Better software exists (e.g. cdparanoia, cdrecord). Ok agc@@, gdt@@ @ text @$NetBSD: patch-ah,v 1.2 2007/10/19 13:33:25 rillig Exp $ --- utils.h.orig 1997-05-21 00:13:22.000000000 +0000 +++ utils.h 2007-10-17 21:47:24.000000000 +0000 @@@@ -59,6 +59,8 @@@@ void *tmalloc (size_t size); * allocated. */ +#include +#define strndup tosha_strndup char *strndup (char *src, int num); /* * Like strdup(), but limits the string length to at most @ 1.2 log @strndup has only recently been added to NetBSD, so choose another way of defining the function, whose prototype is incompatible to the native strndup. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1 2007/10/17 21:49:17 rillig Exp $ @ 1.1 log @NetBSD already has strndup. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 @@@@ -59,7 +59,9 @@@@ void *tmalloc (size_t size); d9 2 a10 1 +#if !defined(__NetBSD__) a11 1 +#endif a13 1 * characters (not counting the terminating zero). @