[Glibc-bsd-commits] r5501 - in trunk/freebsd-glue: debian include
christoph at alioth.debian.org
christoph at alioth.debian.org
Mon Aug 25 20:29:26 UTC 2014
Author: christoph
Date: 2014-08-25 20:29:26 +0000 (Mon, 25 Aug 2014)
New Revision: 5501
Modified:
trunk/freebsd-glue/debian/changelog
trunk/freebsd-glue/include/stdio.h
Log:
Actually remove definitions from the header file
Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog 2014-08-25 19:46:32 UTC (rev 5500)
+++ trunk/freebsd-glue/debian/changelog 2014-08-25 20:29:26 UTC (rev 5501)
@@ -1,10 +1,13 @@
-freebsd-glue (0.2.20) UNRELEASED; urgency=low
+freebsd-glue (0.2.20) unstable; urgency=low
+ * Upload to unstable
+
+ [ Steven Chamberlain ]
* Switch to gcc-4.9 (Closes: #751309)
* Remove funopen, fwopen and fropen definitions, now provided by libbsd
(Closes: #759249)
- -- GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org> Mon, 25 Aug 2014 20:40:41 +0100
+ -- Christoph Egger <christoph at debian.org> Mon, 25 Aug 2014 13:17:44 -0700
freebsd-glue (0.2.19) unstable; urgency=low
Modified: trunk/freebsd-glue/include/stdio.h
===================================================================
--- trunk/freebsd-glue/include/stdio.h 2014-08-25 19:46:32 UTC (rev 5500)
+++ trunk/freebsd-glue/include/stdio.h 2014-08-25 20:29:26 UTC (rev 5501)
@@ -12,12 +12,4 @@
#include <sys/cdefs.h>
-__BEGIN_DECLS
-FILE *funopen (const void *cookie, int (*readfn)(void *, char *, int),
- int (*writefn)(void *, const char *, int),
- fpos_t (*seekfn)(void *, fpos_t, int), int (*closefn)(void *));
-FILE *fropen (void *cookie, int (*readfn)(void *, char *, int));
-FILE *fwopen (void *cookie, int (*writefn)(void *, const char *, int));
-__END_DECLS
-
#endif
More information about the Glibc-bsd-commits
mailing list