Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ld.elf_so we don't need <sys/mbuf.h>



details:   https://anonhg.NetBSD.org/src/rev/84b11882a9f2
branches:  trunk
changeset: 343169:84b11882a9f2
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 24 01:56:04 2016 +0000

description:
we don't need <sys/mbuf.h>

diffstat:

 libexec/ld.elf_so/paths.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 90e963483672 -r 84b11882a9f2 libexec/ld.elf_so/paths.c
--- a/libexec/ld.elf_so/paths.c Sun Jan 24 01:27:33 2016 +0000
+++ b/libexec/ld.elf_so/paths.c Sun Jan 24 01:56:04 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: paths.c,v 1.41 2013/05/06 08:02:20 skrll Exp $  */
+/*     $NetBSD: paths.c,v 1.42 2016/01/24 01:56:04 christos Exp $       */
 
 /*
  * Copyright 1996 Matt Thomas <matt%3am-software.com@localhost>
@@ -30,7 +30,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: paths.c,v 1.41 2013/05/06 08:02:20 skrll Exp $");
+__RCSID("$NetBSD: paths.c,v 1.42 2016/01/24 01:56:04 christos Exp $");
 #endif /* not lint */
 
 #include <err.h>
@@ -49,7 +49,6 @@
 #include <sys/gmon.h>
 #include <sys/socket.h>
 #include <sys/mount.h>
-#include <sys/mbuf.h>
 #include <sys/resource.h>
 #include <machine/cpu.h>
 



Home | Main Index | Thread Index | Old Index