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 Only need to include <sys/sysctl.h> once.



details:   https://anonhg.NetBSD.org/src/rev/03743728fd83
branches:  trunk
changeset: 499053:03743728fd83
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Nov 09 23:14:21 2000 +0000

description:
Only need to include <sys/sysctl.h> once.

diffstat:

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

diffs (17 lines):

diff -r 1ca961a2c0f9 -r 03743728fd83 libexec/ld.elf_so/paths.c
--- a/libexec/ld.elf_so/paths.c Thu Nov 09 20:01:54 2000 +0000
+++ b/libexec/ld.elf_so/paths.c Thu Nov 09 23:14:21 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: paths.c,v 1.12 2000/06/26 15:37:30 mrg Exp $    */
+/*     $NetBSD: paths.c,v 1.13 2000/11/09 23:14:21 simonb Exp $         */
 
 /*
  * Copyright 1996 Matt Thomas <matt%3am-software.com@localhost>
@@ -42,7 +42,6 @@
 #include <sys/mman.h>
 #include <sys/stat.h>
 #include <sys/gmon.h>
-#include <sys/sysctl.h>
 #include <sys/socket.h>
 #include <sys/mount.h>
 #include <sys/mbuf.h>



Home | Main Index | Thread Index | Old Index