1234567891011121314151617181920212223 |
- --- nfs-utils-1.3.0.orig/support/include/exportfs.h 2014-03-25 16:12:07.000000000 +0100
- +++ nfs-utils-1.3.0/support/include/exportfs.h 2014-05-17 21:47:07.085632108 +0200
- @@ -156,15 +156,15 @@ int secinfo_addflavor(struct flav_inf
-
- char * host_ntop(const struct sockaddr *sap,
- char *buf, const size_t buflen);
- -__attribute_malloc__
- +__attribute__((__malloc__))
- struct addrinfo * host_pton(const char *paddr);
- -__attribute_malloc__
- +__attribute__((__malloc__))
- struct addrinfo * host_addrinfo(const char *hostname);
- -__attribute_malloc__
- +__attribute__((__malloc__))
- char * host_canonname(const struct sockaddr *sap);
- -__attribute_malloc__
- +__attribute__((__malloc__))
- struct addrinfo * host_reliable_addrinfo(const struct sockaddr *sap);
- -__attribute_malloc__
- +__attribute__((__malloc__))
- struct addrinfo * host_numeric_addrinfo(const struct sockaddr *sap);
-
- int rmtab_read(void);
|