File star-getline.diff of Package star

--- include/schily/schily.h
+++ include/schily/schily.h
@@ -243,7 +243,7 @@
 extern	char	*findbytes __PR((const void *, int, char));
 extern	int	findline __PR((const char *, char, const char *,
 							int, char **, int));
-extern	int	getline __PR((char *, int));
+extern	int	my_getline __PR((char *, int));
 extern	int	getstr __PR((char *, int));
 extern	int	breakline __PR((char *, char, char **, int));
 extern	int	getallargs __PR((int *, char * const**, const char *, ...));
--- lib/libschily-mapvers
+++ lib/libschily-mapvers
@@ -123,7 +123,7 @@
 	geterrno;
 	getfiles;
 	getfp;
-	getline;
+	my_getline;
 	getmainfp;
 	#getstr;
 	#handlecond;
--- lib/stdio/fgetline.c
+++ lib/stdio/fgetline.c
@@ -61,7 +61,7 @@
 }
 
 EXPORT int
-getline(buf, len)
+my_getline(buf, len)
 	char	*buf;
 	int	len;
 {
openSUSE Build Service is sponsored by