ez-ipupdate is a small utility for updating your host name for the any of the dynamic DNS service offered at: * http://www.ez-ip.net * http://www.justlinux.com * http://www.dhs.org * http://www.dyndns.org * http://www.ods.org * http://gnudip.cheapnet.net (GNUDip) * http://www.dyn.ca (GNUDip) * http://www.tzo.com * http://www.easydns.com * http://www.dyns.cx * http://www.hn.org * http://www.zoneedit.com The key features are: support for multiple service types, daemon mode that monitors your IP address and only sends updates when your IP address changes.
19 lines
467 B
Text
19 lines
467 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2005/12/28 15:50:35 ghen Exp $
|
|
|
|
--- error.h.orig 2000-11-24 23:46:37.000000000 +0100
|
|
+++ error.h
|
|
@@ -1,12 +1,12 @@
|
|
#ifndef _ERROR_H
|
|
#define _ERROR_H
|
|
|
|
+#include <errno.h>
|
|
+
|
|
#if HAVE_STRERROR
|
|
-extern int errno;
|
|
# define error_string strerror(errno)
|
|
#elif HAVE_SYS_ERRLIST
|
|
extern const char *const sys_errlist[];
|
|
-extern int errno;
|
|
# define error_string (sys_errlist[errno])
|
|
#else
|
|
# define error_string "error message not found"
|