patch-support_nfs_svc_create_c 435 B

1234567891011
  1. --- nfs-utils-1.3.0.orig/support/nfs/svc_create.c 2014-03-25 16:12:07.000000000 +0100
  2. +++ nfs-utils-1.3.0/support/nfs/svc_create.c 2014-05-17 21:47:07.089632108 +0200
  3. @@ -113,7 +113,7 @@ svc_create_find_xprt(const struct sockad
  4. *
  5. * Otherwise NULL is returned if an error occurs.
  6. */
  7. -__attribute_malloc__
  8. +__attribute__((__malloc__))
  9. static struct addrinfo *
  10. svc_create_bindaddr(struct netconfig *nconf, const uint16_t port)
  11. {