closedcaption: zvbi: Comment out bogus redefinition

All this code should be converted to glib eventually, but for now
just comment out a function which isn't even used
This commit is contained in:
Edward Hervey 2018-03-22 15:35:45 +01:00 committed by Edward Hervey
parent c3a9835c05
commit 7ea93b9f94

View file

@ -480,15 +480,15 @@ _vbi_strlcpy (char * dst,
size_t size)
_vbi_nonnull ((1, 2));
/* strndup() is a BSD/GNU extension. */
#ifndef HAVE_STRNDUP
# define strndup _vbi_strndup
#endif
/* /\* strndup() is a BSD/GNU extension. *\/ */
/* #ifndef HAVE_STRNDUP */
/* # define strndup _vbi_strndup */
/* #endif */
extern char *
_vbi_strndup (const char * s,
size_t len)
_vbi_nonnull ((1));
/* extern char * */
/* _vbi_strndup (const char * s, */
/* size_t len) */
/* _vbi_nonnull ((1)); */
/* vasprintf() is a GNU extension. */
#ifndef HAVE_VASPRINTF