--- gvpe/src/device.C 2005/03/03 16:54:34 1.6 +++ gvpe/src/device.C 2005/07/09 02:35:42 1.9 @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with gvpe; if not, write to the Free Software - Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.h" @@ -34,7 +34,7 @@ { if (s > sizeof (data_packet)) { - slog (L_ERR, _("FATAL: allocation for network packet larger than max supported packet size (%d > %d).\n"), + slog (L_ERR, _("FATAL: allocation for network packet larger than max supported packet size (%d > %d)."), s, sizeof (data_packet)); abort (); } @@ -69,6 +69,8 @@ # include "device-linux.C" #elif IFTYPE_native && IF_cygwin # include "device-cygwin.C" +#elif IFTYPE_native && IF_darwin +# include "device-darwin.C" #else # error No interface implementation for your IFTYPE/IFSUBTYPE combination. #endif