summaryrefslogtreecommitdiff
path: root/sysutils/cdrtools/patches/patch-cd
blob: fd776ace5e9ebaa0191aa0822e06dcd88848e830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-cd,v 1.2 2007/03/16 22:04:54 bad Exp $

--- include/schily/schily.h.orig	2007-02-26 16:17:56.000000000 +0100
+++ include/schily/schily.h
@@ -115,7 +115,7 @@ extern	int	fspawnl __PR((FILE *, FILE *,
 extern	int	fspawnv_nowait __PR((FILE *, FILE *, FILE *,
 					const char *, int, char *const*));
 extern	int	fgetline __PR((FILE *, char *, int));
-extern	int	fgetstr __PR((FILE *, char *, int));
+extern	int	schily_fgetstr __PR((FILE *, char *, int));
 extern	void	file_raise __PR((FILE *, int));
 extern	int	fileclose __PR((FILE *));
 extern	FILE	*fileluopen __PR((int, const char *));