diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 10:47:11 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 10:47:11 +0000 |
| commit | 4be18f39ecc8972da1d0272e36df861a625312db (patch) | |
| tree | e1e267ba79db7969ada02f87e179f5a781c41b11 /lib | |
| parent | 3ad6d9e00c8cca36a8f03cb66063a0a924f15217 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/net/getnetbydns.c | 1 | ||||
| -rw-r--r-- | lib/libc/net/getnetnamadr.c | 1 | ||||
| -rw-r--r-- | lib/libc/net/map_v4v6.c | 1 | ||||
| -rw-r--r-- | lib/libc/net/rcmd.c | 2 | ||||
| -rw-r--r-- | lib/libc/net/recv.c | 2 | ||||
| -rw-r--r-- | lib/libc/net/res_mkupdate.c | 1 | ||||
| -rw-r--r-- | lib/libc/net/res_update.c | 1 | ||||
| -rw-r--r-- | lib/libc/net/send.c | 2 |
8 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/net/getnetbydns.c b/lib/libc/net/getnetbydns.c index 65d9d2de96d8..087aa5f6b9bf 100644 --- a/lib/libc/net/getnetbydns.c +++ b/lib/libc/net/getnetbydns.c @@ -73,7 +73,6 @@ static char rcsid[] = "$FreeBSD$"; #include <netdb.h> #include <resolv.h> #include <ctype.h> -#include <errno.h> #include <string.h> #include <unistd.h> #include <syslog.h> diff --git a/lib/libc/net/getnetnamadr.c b/lib/libc/net/getnetnamadr.c index cb5871b80b01..00a6fe598027 100644 --- a/lib/libc/net/getnetnamadr.c +++ b/lib/libc/net/getnetnamadr.c @@ -34,7 +34,6 @@ static char rcsid[] = "$FreeBSD$"; #include <netdb.h> #include <stdio.h> #include <ctype.h> -#include <errno.h> #include <string.h> #ifndef _PATH_NETCONF diff --git a/lib/libc/net/map_v4v6.c b/lib/libc/net/map_v4v6.c index ca5e55388f6e..cc6bb36c84b3 100644 --- a/lib/libc/net/map_v4v6.c +++ b/lib/libc/net/map_v4v6.c @@ -70,7 +70,6 @@ static char rcsid[] = "$FreeBSD$"; #include <netdb.h> #include <resolv.h> #include <ctype.h> -#include <errno.h> #include <syslog.h> typedef union { diff --git a/lib/libc/net/rcmd.c b/lib/libc/net/rcmd.c index de3e0f176ebe..3392cd532e21 100644 --- a/lib/libc/net/rcmd.c +++ b/lib/libc/net/rcmd.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD$ */ #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/net/recv.c b/lib/libc/net/recv.c index 65ec9d4b3878..b41c73a56790 100644 --- a/lib/libc/net/recv.c +++ b/lib/libc/net/recv.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/net/res_mkupdate.c b/lib/libc/net/res_mkupdate.c index eb31bac4dd78..7344197d1e57 100644 --- a/lib/libc/net/res_mkupdate.c +++ b/lib/libc/net/res_mkupdate.c @@ -31,7 +31,6 @@ static char rcsid[] = "$FreeBSD$"; #include <arpa/nameser.h> #include <arpa/inet.h> -#include <errno.h> #include <limits.h> #include <netdb.h> #include <resolv.h> diff --git a/lib/libc/net/res_update.c b/lib/libc/net/res_update.c index a877d4aa1a82..6622efda3cd5 100644 --- a/lib/libc/net/res_update.c +++ b/lib/libc/net/res_update.c @@ -30,7 +30,6 @@ static char rcsid[] = "$FreeBSD$"; #include <netinet/in.h> #include <arpa/inet.h> #include <arpa/nameser.h> -#include <errno.h> #include <limits.h> #include <netdb.h> #include <resolv.h> diff --git a/lib/libc/net/send.c b/lib/libc/net/send.c index 81151c4909cd..f8e1235186d1 100644 --- a/lib/libc/net/send.c +++ b/lib/libc/net/send.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ #if defined(LIBC_SCCS) && !defined(lint) |
