summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4c51602)
raw | patch | inline | side by side (parent: 4c51602)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 17 Nov 2010 09:02:37 +0000 (10:02 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 17 Nov 2010 09:02:37 +0000 (10:02 +0100) |
src/oping.c | patch | blob | history |
diff --git a/src/oping.c b/src/oping.c
index 776dc0b6becd95aa7bc5b5e8ada9b99b3050f9c1..8286db0ea00d633774bba68828c22cf9f0bf1f8f 100644 (file)
--- a/src/oping.c
+++ b/src/oping.c
/**
* Object oriented C module to send ICMP and ICMPv6 `echo's.
- * Copyright (C) 2006-2010 Florian octo Forster <octo at verplant.org>
+ * Copyright (C) 2006-2010 Florian octo Forster <ff at octo.it>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
# define _POSIX_SAVED_IDS 0
#endif
+/* Remove GNU specific __attribute__ settings when using another compiler */
+#if !__GNUC__
+# define __attribute__(x) /**/
+#endif
+
typedef struct ping_context
{
char host[NI_MAXHOST];