Skip to content

Instantly share code, notes, and snippets.

@qinqon
Created January 9, 2025 12:02
Show Gist options
  • Select an option

  • Save qinqon/1d91bc997644760123c4660619f14f5e to your computer and use it in GitHub Desktop.

Select an option

Save qinqon/1d91bc997644760123c4660619f14f5e to your computer and use it in GitHub Desktop.
} else if (!gethostname(hostname + sizeof(HOSTNAME_PREFIX) - 1,
HOST_NAME_MAX + 1 - sizeof(HOSTNAME_PREFIX)) ||
errno == ENAMETOOLONG) {
hostname[HOST_NAME_MAX] = '\0';
if (sethostname(hostname, strlen(hostname)))
warn("Unable to set pasta-prefixed hostname");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment