summaryrefslogtreecommitdiff
path: root/include/bsd
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2011-05-27 22:11:28 +0200
committerGuillem Jover <guillem@hadrons.org>2011-05-28 10:58:26 +0200
commitfbd622971d0a22dd94cf23c93dab72f5c6a42bf6 (patch)
treecbfb4de498e5e1c6b7da52ec66356aa326ddcb92 /include/bsd
parent755d86be011bd3fc3edb575316daed1a641ed7d4 (diff)
downloadlibbsd-fbd622971d0a22dd94cf23c93dab72f5c6a42bf6.tar.gz
Condense and clarify header deprecation warnings
Mention the possibility of using libbsd-overlay.pc.
Diffstat (limited to 'include/bsd')
-rw-r--r--include/bsd/cdefs.h2
-rw-r--r--include/bsd/inet.h2
-rw-r--r--include/bsd/ip_icmp.h2
-rw-r--r--include/bsd/queue.h2
-rw-r--r--include/bsd/random.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/include/bsd/cdefs.h b/include/bsd/cdefs.h
index 44044fe..ac36e63 100644
--- a/include/bsd/cdefs.h
+++ b/include/bsd/cdefs.h
@@ -27,7 +27,7 @@
#ifndef LIBBSD_BSD_CDEFS_H
#define LIBBSD_BSD_CDEFS_H
-#warning "This header is deprecated, use the one in bsd/sys/cdefs.h instead."
+#warning "Deprecated header, use <bsd/sys/cdefs.h> or libbsd-overlay.pc instead."
#include <bsd/sys/cdefs.h>
diff --git a/include/bsd/inet.h b/include/bsd/inet.h
index 0e98548..5f4862d 100644
--- a/include/bsd/inet.h
+++ b/include/bsd/inet.h
@@ -27,7 +27,7 @@
#ifndef LIBBSD_INET_H
#define LIBBSD_INET_H
-#warning "This header is deprecated, use the one in arpa/inet.h instead."
+#warning "Deprecated header, use <arpa/inet.h> instead."
#include <arpa/inet.h>
diff --git a/include/bsd/ip_icmp.h b/include/bsd/ip_icmp.h
index bbe05c1..53e976a 100644
--- a/include/bsd/ip_icmp.h
+++ b/include/bsd/ip_icmp.h
@@ -27,7 +27,7 @@
#ifndef LIBBSD_BSD_IP_ICMP_H
#define LIBBSD_BSD_IP_ICMP_H
-#warning "This header is deprecated, use <bsd/netinet/ip_icmp.h> instead."
+#warning "Deprecated header, use <bsd/netinet/ip_icmp.h> or libbsd-overlay.pc instead."
#include <bsd/netinet/ip_icmp.h>
diff --git a/include/bsd/queue.h b/include/bsd/queue.h
index 3db70cf..56f5515 100644
--- a/include/bsd/queue.h
+++ b/include/bsd/queue.h
@@ -27,7 +27,7 @@
#ifndef LIBBSD_BSD_QUEUE_H
#define LIBBSD_BSD_QUEUE_H
-#warning "This header is deprecated, use the one in bsd/sys/queue.h instead."
+#warning "Deprecated header, use <bsd/sys/queue.h> or libbsd-overlay.pc instead."
#include <bsd/sys/queue.h>
diff --git a/include/bsd/random.h b/include/bsd/random.h
index f4ef7d3..bfbd0ab 100644
--- a/include/bsd/random.h
+++ b/include/bsd/random.h
@@ -27,7 +27,7 @@
#ifndef LIBBSD_RANDOM_H
#define LIBBSD_RANDOM_H
-#warning "This header is deprecated, use the one in bsd/stdlib.h instead."
+#warning "Deprecated header, use <bsd/stdlib.h> instead."
#include <bsd/stdlib.h>