diff options
| author | Roy Marples <roy@marples.name> | 2007-04-26 16:16:56 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-04-26 16:16:56 +0000 |
| commit | 0731074b52e211799a419ce90462562643b4f658 (patch) | |
| tree | e5f6e97264bf4a43222ffc20996b89586faba300 /common.h | |
| parent | 6e9e8a1d4b24a11ef393a5e51cdb3542b2bece4d (diff) | |
| download | dhcpcd-0731074b52e211799a419ce90462562643b4f658.tar.xz | |
Send a FQDN hostname if it contains dots, strip the domain from a looked up hostname if it matches our domain or search and sanitize our fd's a little better.
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,6 +34,6 @@ size_t strlcpy (char *dst, const char *src, size_t size); long uptime (void); void *xmalloc (size_t size); - +char *xstrdup (const char *str); #endif |
