100-fix_unifdef.patch 448 B

1234567891011
  1. --- a/extra/scripts/unifdef.c
  2. +++ b/extra/scripts/unifdef.c
  3. @@ -78,8 +78,6 @@ __FBSDID("$FreeBSD: /repoman/r/ncvs/src/
  4. #define errx(exit_code, fmt, args...) ({ warnx(fmt, ## args); exit(exit_code); })
  5. #define err(exit_code, fmt, args...) errx(exit_code, fmt ": %s", ## args, strerror(errno))
  6. -size_t strlcpy(char *dst, const char *src, size_t siz);
  7. -
  8. /* types of input lines: */
  9. typedef enum {
  10. LT_TRUEI, /* a true #if with ignore flag */