Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] patch nss-mdns musl
@ 2023-12-27  5:43 firmwarecostum
  2023-12-27 14:15 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: firmwarecostum @ 2023-12-27  5:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 955 bytes --]

New issue by firmwarecostum on void-packages repository

https://github.com/void-linux/void-packages/issues/47917

Description:
### Is this a new report?

Yes

### System Info

no

### Package(s) Affected

no

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

```
#ifndef _NSS_H
#define _NSS_H  1

#include <features.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/types.h>

/* Possible results of lookup using a nss_* function.  */
enum nss_status
{
  NSS_STATUS_TRYAGAIN = -2,
  NSS_STATUS_UNAVAIL,
  NSS_STATUS_NOTFOUND,
  NSS_STATUS_SUCCESS,
  NSS_STATUS_RETURN
};

/* Data structure used for the 'gethostbyname4_r' function.  */
struct gaih_addrtuple
  {
    struct gaih_addrtuple *next;
    char *name;
    int family;
    uint32_t addr[4];
    uint32_t scopeid;
  };

#endif

```

### Expected behaviour

no

### Actual behaviour

no

### Steps to reproduce

no

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-12-27 14:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-27  5:43 [ISSUE] patch nss-mdns musl firmwarecostum
2023-12-27 14:15 ` classabbyamp
2023-12-27 14:21 ` firmwarecostum
2023-12-27 14:32 ` classabbyamp
2023-12-27 14:32 ` [ISSUE] [CLOSED] " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).