routing policies in RPSL [RFC 2622] format, registered in an Internet Routing Registry(IRR). The main goal of the project is to make routing information more convenient and useful for network engineers, by providing tools for automated router configuration, routing policies analysis, and maintenance.
25 lines
605 B
Text
25 lines
605 B
Text
$NetBSD: patch-ah,v 1.1.1.1 2005/02/28 12:37:29 spz Exp $
|
|
|
|
--- src/gnug++/std.h.orig 2002-03-27 12:32:57.000000000 +0100
|
|
+++ src/gnug++/std.h
|
|
@@ -19,7 +19,7 @@ Foundation, 59 Temple Place - Suite 330,
|
|
#ifndef _std_h
|
|
#define _std_h 1
|
|
|
|
-#include <_G_config.h>
|
|
+#include <config.h>
|
|
#include <cstddef>
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
@@ -28,8 +28,10 @@ Foundation, 59 Temple Place - Suite 330,
|
|
#include <cerrno>
|
|
#include <fcntl.h>
|
|
|
|
+#ifndef HAVE_STRINGS_H
|
|
extern "C" {
|
|
-int strcasecmp _G_ARGS((const char*, const char*));
|
|
+int strcasecmp __P((const char*, const char*));
|
|
}
|
|
+#endif
|
|
|
|
#endif
|