]> Zhao Yanbai Git Server - minix.git/commitdiff
Removed a number of useless #includes
authorKees van Reeuwijk <reeuwijk@few.vu.nl>
Tue, 26 Jan 2010 10:59:01 +0000 (10:59 +0000)
committerKees van Reeuwijk <reeuwijk@few.vu.nl>
Tue, 26 Jan 2010 10:59:01 +0000 (10:59 +0000)
76 files changed:
boot/boot.c
drivers/audio/framework/audio_fw.c
drivers/bios_wini/bios_wini.c
drivers/dp8390/dp8390.c
drivers/dpeth/3c501.c
drivers/dpeth/3c509.c
drivers/dpeth/8390.c
drivers/dpeth/dp.c
drivers/lance/lance.c
drivers/log/diag.c
kernel/arch/i386/apic.c
kernel/arch/i386/exception.c
kernel/arch/i386/i8259.c
kernel/arch/i386/system.c
kernel/clock.c
kernel/interrupt.c
kernel/main.c
kernel/proc.c
kernel/start.c
kernel/system/do_copy.c
kernel/system/do_endksig.c
kernel/system/do_exec.c
kernel/system/do_getinfo.c
kernel/system/do_getksig.c
kernel/system/do_kill.c
kernel/system/do_memset.c
kernel/system/do_nice.c
kernel/system/do_runctl.c
kernel/system/do_safecopy.c
kernel/system/do_safemap.c
kernel/system/do_sigreturn.c
kernel/system/do_sigsend.c
kernel/system/do_umap.c
kernel/utility.c
lib/ack/libp/ini.c
lib/ack/libp/sqt.c
lib/ansi/errlist.c
lib/ansi/mblen.c
lib/ansi/mbtowc.c
lib/ansi/strcoll.c
lib/ansi/wcstombs.c
lib/ansi/wctomb.c
lib/gnu/ieee_float/isnan.c
lib/i386/math/feholdexcept.c
lib/ip/accept.c
lib/ip/domainname.c
lib/ip/ethera2n.c
lib/ip/getdomain.c
lib/ip/gethnmadr.c
lib/ip/getifaddrs.c
lib/ip/getpeername.c
lib/ip/getservent.c
lib/ip/getsockname.c
lib/posix/_nanosleep.c
lib/posix/_readdir.c
lib/posix/_sigaction.c
lib/posix/_sleep.c
lib/posix/_stime.c
lib/posix/_tcsetattr.c
lib/posix/_times.c
lib/posix/gettimeofday.c
lib/posix/glob.c
lib/regex/regerror.c
lib/syslib/pci_init.c
lib/syslib/sys_profbuf.c
lib/sysutil/asynsend.c
lib/sysutil/env_get_prm.c
lib/sysutil/get_randomness.c
lib/sysutil/ser_putc.c
lib/sysutil/sys_hz.c
lib/sysutil/tsc_util.c
lib/sysvipc/sem.c
lib/sysvipc/shm.c
servers/ipc/inc.h
servers/ipc/main.c
servers/ipc/shm.c

index 24dfb52b48ba78cbd6209cffe9b7ec07fefe0b66..b33b634832e66f6531aaa98cea5e9f5caa57ff07 100644 (file)
@@ -21,14 +21,12 @@ char version[]=             "2.20";
 #include <ibm/bios.h>
 #include <minix/config.h>
 #include <minix/type.h>
-#include <minix/com.h>
 #include <minix/dmap.h>
 #include <minix/const.h>
 #include <minix/minlib.h>
 #include <minix/syslib.h>
 #if BIOS
 #include <kernel/const.h>
-#include <kernel/type.h>
 #include <sys/video.h>
 #endif
 #if UNIX
index 818383ab369224816d499d61651d25eac47da77d..d70a255f3332a99b89412f2b78ac930cfed0ffcd 100644 (file)
 
 
 #include "audio_fw.h"
-#include <sys/vm.h>
 #include <minix/endpoint.h>
 #include <minix/ds.h>
-#include <sys/vm_i386.h>
 
 
 FORWARD _PROTOTYPE( int msg_open, (int minor_dev_nr) );
index ff5824b6958d6677464ec2b23b8abc191969682a..4a3afac812e63bb121601819ef0e93bf77518432 100644 (file)
@@ -25,7 +25,6 @@
 #include "../libdriver/drvlib.h"
 #include <minix/sysutil.h>
 #include <minix/safecopies.h>
-#include <minix/keymap.h>
 #include <sys/ioc_disk.h>
 #include <ibm/int86.h>
 #include <assert.h>
index b9a2a8e48b32dc5531613aa20181fc3820f807a1..92c18e2bfbb2696bbd34b507d9c99e72a3e554f4 100644 (file)
@@ -61,7 +61,6 @@
 #include <net/gen/ether.h>
 #include <net/gen/eth_io.h>
 #include <sys/vm_i386.h>
-#include <sys/vm.h>
 #include "assert.h"
 
 #include "local.h"
index bc6628759cf90f8f58011bd94d0a2b99c4d038a1..97e8104d5f0b82dac579b82cd68a1244a559bb22 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "drivers.h"
 #include <minix/com.h>
-#include <net/hton.h>
 #include <net/gen/ether.h>
 #include <net/gen/eth_io.h>
 #include "dp.h"
index c170403ea0e3ede40d7b8b96ded1c80cf837fd39..f9f9549b928db77316f91293d36f013c95231f1c 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "drivers.h"
 #include <minix/com.h>
-#include <net/hton.h>
 #include <net/gen/ether.h>
 #include <net/gen/eth_io.h>
 
index 8f6ecb5e791273a5b7c4fbe69cf79d9b13230b49..9293e5b136199a55020a276b06ccd560d1335424 100644 (file)
@@ -15,7 +15,6 @@
 
 #include "drivers.h"
 #include <minix/com.h>
-#include <net/hton.h>
 #include <net/gen/ether.h>
 #include <net/gen/eth_io.h>
 #include "dp.h"
index bf8059d5a6571d14198171c0e4db2cd290f6b2c1..77268467a0bb039fe63d8480beb4f847a162f221 100644 (file)
@@ -55,9 +55,7 @@
 */
 
 #include "drivers.h"
-#include <minix/keymap.h>
 #include <minix/endpoint.h>
-#include <net/hton.h>
 #include <net/gen/ether.h>
 #include <net/gen/eth_io.h>
 
@@ -283,6 +281,7 @@ static void do_init(message * mp)
   dpeth_t *dep;
   dp_conf_t *dcp;
   message reply_mess;
+  const char *portname;
 
   port = mp->DL_PORT;
   if (port >= 0 && port < DE_PORT_NR) {
@@ -291,6 +290,7 @@ static void do_init(message * mp)
        dcp = &dp_conf[port];
        strcpy(dep->de_name, DevName);
        dep->de_name[4] = '0' + port;
+       portname = dep->de_name;
 
        if (dep->de_mode == DEM_DISABLED) {
 
@@ -341,15 +341,17 @@ static void do_init(message * mp)
        }
        *(ether_addr_t *) reply_mess.m3_ca1 = dep->de_address;
 
-  } else                       /* Port number is out of range */
+  } else {                     /* Port number is out of range */
        port = ENXIO;
+       portname = "(illegal dpeth port)";
+  }
 
   reply_mess.m_type = DL_CONF_REPLY;
   reply_mess.m3_i1 = port;
   reply_mess.m3_i2 = DE_PORT_NR;
   DEBUG(printf("\t reply %d\n", reply_mess.m_type));
   if (send(mp->m_source, &reply_mess) != OK)   /* Can't send */
-       panic(dep->de_name, SendErrMsg, mp->m_source);
+       panic(portname, SendErrMsg, mp->m_source);
 
   return;
 }
index 4d8b62c98901f0ce91e33ba519dfe6b0a3388dc5..c2a1c85ffc824cace2f146d47b6516272d9fd79d 100644 (file)
@@ -55,8 +55,6 @@
 
 #include "lance.h"
 
-#include <sys/ioc_memory.h>
-
 static ether_card_t ec_table[EC_PORT_NR_MAX];
 static int eth_tasknr= ANY;
 static u16_t eth_ign_proto;
index 5994d0e1d163c697d5ad72476ca21ad334cf7361..27e4cfcf3e305718cbc9fd7c99ac4dae9be80481 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <stdio.h>
-#include <fcntl.h>
 #include <minix/type.h>
 #include <minix/safecopies.h>
 #include <minix/sys_config.h>
index a473213121e6e755ac5601d636368587103e0fbd..ae169cea03a269d31970d2ca2c89b30a50a689b8 100644 (file)
@@ -4,8 +4,6 @@
 #include "../../kernel.h"
 
 #include <unistd.h>
-#include <ibm/cmos.h>
-#include <ibm/bios.h>
 #include <minix/portio.h>
 
 #include <minix/syslib.h>
index ba17b6eb4512ce98b4f203c6ded9a28d59786ea1..712457693bfa2b601167f72edc4d10650bc4406b 100644 (file)
@@ -6,11 +6,9 @@
 #include "../../kernel.h"
 #include "proto.h"
 #include <signal.h>
-#include <stdio.h>
 #include <string.h>
 #include "../../proc.h"
 #include "../../proto.h"
-#include "../../vm.h"
 
 extern int vm_copy_in_progress, catch_pagefaults;
 extern struct proc *vm_copy_from, *vm_copy_to;
index b1ccb535b6009e5fdcdc238bca28fd41a4d8f12c..70c781830f2a1b0cc1fc465d5c41d3544b4548e9 100644 (file)
@@ -8,7 +8,6 @@
 #include "../../kernel.h"
 #include "../../proc.h"
 #include "proto.h"
-#include <minix/com.h>
 #include <minix/portio.h>
 #include <ibm/cpu.h>
 
index 1ec68a1f075919abf091eef322c80e7249225f35..2154624aab504b15271938c23c29108c7435638f 100644 (file)
@@ -8,7 +8,6 @@
 #include <ibm/cmos.h>
 #include <ibm/bios.h>
 #include <minix/portio.h>
-#include <minix/u64.h>
 #include <minix/cpufeature.h>
 #include <a.out.h>
 #include <archconst.h>
index 44c76ffdee1539f78fba95b7f3021c8952758f33..a3f6e4c9b6253f9473794a0098b80d740823548c 100644 (file)
 
 #include "kernel.h"
 #include "proc.h"
-#include <signal.h>
 #include <minix/com.h>
 #include <minix/endpoint.h>
-#include <minix/portio.h>
 
 #include "clock.h"
 
index 536f49a013eb97c1404f3d1b57768fa3f13c2ffc..ca4311f46aa868b5e63f71de3b5ffda8bf972087 100644 (file)
@@ -15,7 +15,6 @@
 
 #include "kernel.h"
 #include "proc.h"
-#include <minix/com.h>
 #include <archconst.h>
 
 #include "arch/i386/hw_intr.h"
index 4a0b9aaefc1b1d7a95e0f540c155762347dbd7d8..9437ebaf0f98df15d32ba16c9da1cd93dd0b3c18 100644 (file)
@@ -9,14 +9,11 @@
  *   prepare_shutdown: prepare to take MINIX down
  */
 #include "kernel.h"
-#include <signal.h>
 #include <string.h>
 #include <unistd.h>
 #include <a.out.h>
-#include <minix/callnr.h>
 #include <minix/com.h>
 #include <minix/endpoint.h>
-#include <minix/u64.h>
 #include "proc.h"
 #include "debug.h"
 #include "clock.h"
index ca86f802dd56066b2e72238576180eaa2ef29e24..5096608f81b9747631b789727731ec06a5292482 100644 (file)
  */
 
 #include <minix/com.h>
-#include <minix/callnr.h>
 #include <minix/endpoint.h>
 #include <stddef.h>
 #include <signal.h>
 #include <minix/portio.h>
-#include <minix/u64.h>
 #include <minix/syslib.h>
 
 #include "debug.h"
index fff5b053523d31ef99c17239c134ad526fbcdd8b..b91d5f57533be19492df1462864237a8a62610c8 100644 (file)
@@ -5,7 +5,6 @@
 #include "proc.h"
 #include <stdlib.h>
 #include <string.h>
-#include <archconst.h>
 #include "proto.h"
 
 #ifdef CONFIG_WATCHDOG
index 544341f73ff8dfe37d2b9622ed374b3b18b542bd..e46d33f288f08a7e6d0ff2d69810fd202580b8e5 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include "../system.h"
-#include "../vm.h"
 #include <minix/type.h>
 
 #if (USE_VIRCOPY || USE_PHYSCOPY)
index 2d8cbd3429b35719abce17e9e43a189664ae7266..73fd61c08892c7f5b33426b181d410bf4935d09a 100644 (file)
@@ -7,7 +7,6 @@
 
 #include "../system.h"
 #include <signal.h>
-#include <sys/sigcontext.h>
 
 #if USE_ENDKSIG 
 
index d4fb7c67c96c0a701eade7abff2a18a06fd09ca7..9f3dda409b73516f845065c2123765fc8702ce1e 100644 (file)
@@ -9,7 +9,6 @@
  */
 #include "../system.h"
 #include <string.h>
-#include <signal.h>
 #include <minix/endpoint.h>
 
 #if USE_EXEC
index a33f2105b4ae447672f166c45538612ba745e167..01290792a18e2acbabed56970f9289798111a958 100644 (file)
@@ -13,7 +13,6 @@
 #include <minix/endpoint.h>
 
 #include "../system.h"
-#include "../vm.h"
 
 
 #if USE_GETINFO
index 51e1d7c307418f32f8e314bb7a25ddd233a2f77c..13d2c8d931070ca06f44999de1323c98bc20264b 100644 (file)
@@ -8,7 +8,6 @@
 
 #include "../system.h"
 #include <signal.h>
-#include <sys/sigcontext.h>
 #include <minix/endpoint.h>
 
 #if USE_GETKSIG
index 118a53773d12f1cbed936726b0c552cab94a7b32..dacf43d4227d37b5ab7a079376ea39e3b5ef49f6 100644 (file)
@@ -8,7 +8,6 @@
 
 #include "../system.h"
 #include <signal.h>
-#include <sys/sigcontext.h>
 
 #if USE_KILL
 
index 1359112b634ecd9d5e626a7d8ae1c53008aceba4..bf5d0b47394e91c5e720b7b2d7074e75514e421b 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include "../system.h"
-#include "../vm.h"
 
 #if USE_MEMSET
 
index 41d6caad0712d05f7962abbdcbe72a9a7c9fcb9f..b1d243580caaf39a61dd742fb6da2ce3ab2795f5 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include "../system.h"
-#include <minix/type.h>
 #include <sys/resource.h>
 
 #if USE_NICE
index 8381228cc9c4ffb239d54bb49cf17000e9d58f2f..d5592b236146cbce78529116b018cba26207bf64 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include "../system.h"
-#include <minix/type.h>
 
 #if USE_RUNCTL
 
index 9306cd650abb148aec029c191f64dc0ed8586a43..c13d963ef2ec40b04fcb731a19c364e6cc518287 100644 (file)
@@ -18,7 +18,6 @@
 #include <minix/safecopies.h>
 
 #include "../system.h"
-#include "../vm.h"
 
 #define MAX_INDIRECT_DEPTH 5   /* up to how many indirect grants to follow? */
 
index 95b448ca5e09509874340d92f24b8e54325fe7b9..b76c52876d8c0e876fe26ae01385b4a5b61ebef5 100644 (file)
@@ -15,7 +15,6 @@
 #include <minix/safecopies.h>
 
 #include "../system.h"
-#include "../vm.h"
 
 
 struct map_info_s {
index 537a459906c6554a2b71a7218c94895a1b4e8aa9..93bf1f450cd8ff9bbf923a20025216ff47f50762 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "../system.h"
 #include <string.h>
-#include <signal.h>
 #include <ibm/cpu.h>
 #include <sys/sigcontext.h>
 
index 7d5c6cef5cda97c48ac912c61d78689a4e130f6d..8b1feda63570b6db28ae96564f7975ee1dd44070 100644 (file)
@@ -9,7 +9,6 @@
  */
 
 #include "../system.h"
-#include "../vm.h"
 #include <signal.h>
 #include <string.h>
 #include <sys/sigcontext.h>
index b4845341526a5f0cec3e6d38ea482afaa5f4b958..5bad3825004296c7109a55cd1b15f175145b27f8 100644 (file)
@@ -10,7 +10,6 @@
  */
 
 #include "../system.h"
-#include "../vm.h"
 
 #if USE_UMAP
 
index bc70c141945baeb3521c1fdcd099c863f74a2feb..228f3afc403e78c7116e1df7388af6749172eac0 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <unistd.h>
 #include <signal.h>
-#include <string.h>
 
 #include <minix/sys_config.h>
 
index 149bbe444b14c02d64a119685388246e1258d834..7614eb1ce52637443014bd01d11eb2128be342fc 100644 (file)
@@ -19,7 +19,6 @@
 /* Author: J.W. Stevenson */
 
 #include        <pc_file.h>
-#include        <pc_err.h>
 
 extern          (*_sig())();
 extern          _catch();
index 5f6f1b9d7cc14d72b6c16e65d8ebac545cae7c77..12bdfa30ed921b46205f833a2c7adcde185a59cd 100644 (file)
@@ -7,7 +7,6 @@
 
 /* $Header$ */
 #define __NO_DEFS
-#include <math.h>
 #include <pc_err.h>
 extern _trp();
 
index bdd03002a09cc442b924ded986a3bd46c2613197..605a2f7cab2a050334f6ad356ec837b9bb405dea 100644 (file)
@@ -4,8 +4,6 @@
  */
 /* $Header$ */
 
-#include       <errno.h>
-
 static const char unknown[] = "Unknown error";
 
 const char *_sys_errlist[] = {
index 53b7dc20de6e1c95b3d3d6737e9e1728f2761561..93b146a56300229b72236483a6f7908092a8db00 100644 (file)
@@ -5,7 +5,6 @@
 /* $Header$ */
 
 #include       <stdlib.h>
-#include       <limits.h>
 
 #define        CHAR_SHIFT      8
 
index 3e6dd051d6d4ddffbd8fadf4a2a72c770bb257fa..47c1483dbd80d4ce0c959f70f57b18e391004ceb 100644 (file)
@@ -5,7 +5,6 @@
 /* $Header$ */
 
 #include       <stdlib.h>
-#include       <limits.h>
 
 int
 mbtowc(wchar_t *pwc, register const char *s, size_t n)
index 0d2ddda96ff438a22d70a114b04a7d905163b4b0..1d0a2381079e0bb47e021d437bdef00fad168bae 100644 (file)
@@ -5,7 +5,6 @@
 /* $Header$ */
 
 #include       <string.h>
-#include       <locale.h>
 
 int
 strcoll(register const char *s1, register const char *s2)
index 91a14624dfef157739a916bf306764a56d3a2f25..97e5f8fa69dcf82f21037497659c0c35eb6b587d 100644 (file)
@@ -6,7 +6,6 @@
 
 #include       <stdlib.h>
 #include       <locale.h>
-#include       <limits.h>
 
 size_t
 wcstombs(register char *s, register const wchar_t *pwcs, size_t n)
index 9f273c13e0f313bfb41ad3456694fb362225f9f4..1afc0c5622ec3081a5ad376c4c7e32f9920165a7 100644 (file)
@@ -5,7 +5,6 @@
 /* $Header$ */
 
 #include       <stdlib.h>
-#include       <limits.h>
 
 int
 /* was: wctomb(char *s, wchar_t wchar) 
index b941bb9e8a7877adf2d186d77939164b8b2945b4..9d695106958b9b5617b60650b8167c8a85a803c0 100644 (file)
@@ -9,7 +9,6 @@ Implementation of isnan that directly tests the bits in an ieee float
 #define _MINIX_SOURCE
 
 #include <sys/types.h>
-#include <math.h>
 
 #include "ieee_float.h"
 
index 22184a44d002f6c2425780e7829f2119230dc6e1..70a49374ad15451c8b7c1b4f9a3aca81926b24c3 100644 (file)
@@ -1,4 +1,3 @@
-#include <errno.h>
 #include <fenv.h>
 
 #include "fpu_cw.h"
index c6fe2ee06766f08d0c52e5eb0584fd6ff7b25b52..8f1085ce72399f9e056b7d263bfcb445876043d3 100644 (file)
@@ -5,7 +5,6 @@
 #include <string.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
-#include <netinet/in.h>
 
 #include <net/netlib.h>
 #include <net/gen/in.h>
index cae29d7789d1d2c74b033f0a3b795d6d07e26ce5..6ff13bb91460e5c61c17dc7f4b1f3316c3dcbdce 100644 (file)
@@ -5,7 +5,6 @@ domainname.c
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
-#include <net/netlib.h>
 
 int getdomainname(domain, size)
 char *domain;
index 35f25d41f7361e73af36bf20d7193bf67ed53b20..601999d46f81631a63035f2271b1a074ebb10489 100644 (file)
@@ -8,7 +8,6 @@ Created:        Nov 17, 1992 by Philip Homburg
 
 #include <sys/types.h>
 #include <stdlib.h>
-#include <net/netlib.h>
 #include <net/gen/ether.h>
 #include <net/gen/if_ether.h>
 
index 190d882774dde303639600c0ff31a48e4b4ed20e..8da6942ba2e4aaed9638a721dba05d9fbef064f9 100644 (file)
@@ -3,7 +3,6 @@
  */
 #define nil 0
 #include <sys/types.h>
-#include <sys/utsname.h>
 #include <unistd.h>
 #include <string.h>
 
index b592a9e5b9da047a57f8825c4aed77ac89465b16..e7368eb0402e09e4cdedb032003047df7276b2ec 100644 (file)
@@ -24,7 +24,6 @@ static char sccsid[] = "@(#)gethostnamadr.c   6.41 (Berkeley) 6/1/90";
 #ifdef _MINIX
 #include <sys/types.h>
 #include <ctype.h>
-#include <errno.h>
 #include <stdio.h>
 #include <string.h>
 
@@ -42,7 +41,6 @@ static char sccsid[] = "@(#)gethostnamadr.c   6.41 (Berkeley) 6/1/90";
 #include <ctype.h>
 #include <netdb.h>
 #include <stdio.h>
-#include <errno.h>
 #include <arpa/inet.h>
 #include <arpa/nameser.h>
 #include <resolv.h>
index 15dd13b54c462c75942ac5bb55cbb40210929882..748ae97eb2326043cbccde6e690844272260f74b 100644 (file)
@@ -1,4 +1,3 @@
-#include <errno.h>
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
@@ -12,9 +11,7 @@
 #include <net/gen/in.h>
 #include <net/gen/ip_io.h>
 #include <net/gen/tcp.h>
-#include <net/gen/tcp_io.h>
 #include <net/gen/udp.h>
-#include <net/gen/udp_io.h>
 
 int
 getifaddrs(struct ifaddrs **ifap)
index 39804ff4121a9bb285a6611d98fce57173edcf51..bf6dacabbd3d6ae1cb839fecb9a51b5457e1f962 100644 (file)
@@ -9,7 +9,6 @@
 #include <net/gen/tcp.h>
 #include <net/gen/tcp_io.h>
 #include <net/gen/udp.h>
-#include <net/gen/udp_io.h>
 
 #define DEBUG 0
 
index 9a8ce398f1eab15d7252629b88cd04f2e6d79028..9e89c3823248ce247f60f83ce7100856f11b8841 100644 (file)
@@ -22,7 +22,6 @@ static char sccsid[] = "@(#)getservent.c      5.8 (Berkeley) 6/1/90";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
-#include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
 
index 5928e6399c8825429ca584b5036e804518a7a045..d3c9d7d71e245610b01ceb90046d62b44192575b 100644 (file)
@@ -18,7 +18,6 @@
 #include <net/gen/tcp.h>
 #include <net/gen/tcp_io.h>
 #include <net/gen/udp.h>
-#include <net/gen/udp_io.h>
 
 
 /*
index 18319e67da3f8ae5da987b171c2d70a80f62808c..0bd33c866db1ca468d11de06201b03724c3e87aa 100644 (file)
@@ -4,7 +4,6 @@
 
 #include <lib.h>
 #define nanosleep _nanosleep
-#include <signal.h>
 #include <unistd.h>
 #include <errno.h>
 #include <time.h>
index fa5ef9cf01576b79597cf9168ad236d2958de0e0..48b71604dab889c8e40a7c52dec3980bd7c12bff 100644 (file)
@@ -5,13 +5,10 @@
 #define readdir _readdir
 #define getdents _getdents
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <dirent.h>
 #include <unistd.h>
 #include <stddef.h>
 #include <stdlib.h>
-#include <fcntl.h>
-#include <limits.h>
 #include <errno.h>
 #include <string.h>
 
index 472301700d8d8584b8f750316343163d1df6e667..bbd19b182fe2ad6ba98ee4e5baedb584b9453322 100644 (file)
@@ -1,6 +1,5 @@
 #include <lib.h>
 #define sigaction _sigaction
-#include <sys/sigcontext.h>
 #include <signal.h>
 
 _PROTOTYPE(int __sigreturn, (void));
index 67a328ef1af94d4e11f59de4c4328746c53b7907..fe904292dfb405f62a0c8d8d1cc93f77b13c5841 100644 (file)
@@ -5,7 +5,6 @@
 
 #include <lib.h>
 #define sleep _sleep
-#include <signal.h>
 #include <unistd.h>
 #include <errno.h>
 #include <time.h>
index 7158019d51e48b62e69372e551e369e9f1e2af4c..abcdc02e5e80527387830bf23d0e7232c95b0deb 100644 (file)
@@ -1,6 +1,5 @@
 #include <lib.h>
 #define stime  _stime
-#include <minix/minlib.h>
 #include <time.h>
 
 PUBLIC int stime(top)
index b8c90d57c59d70b5b246f978b76aefac4e85b56b..d43088f7f57bbeefd8f2f1a292f6bdd635470e23 100644 (file)
@@ -9,7 +9,6 @@ Created:        June 11, 1993 by Philip Homburg
 #include <errno.h>
 #include <termios.h>
 #include <sys/ioctl.h>
-#include <sys/types.h>
 
 int tcsetattr(fd, opt_actions, termios_p)
 int fd;
index d3cb3b8c992395ae0a5a6c53f7e7512ebd49997b..4504e12087686bd5e2ba469e4e5bfb31874027e4 100644 (file)
@@ -1,7 +1,6 @@
 #include <lib.h>
 #define times  _times
 #include <sys/times.h>
-#include <time.h>
 
 PUBLIC clock_t times(buf)
 struct tms *buf;
index f05ab5c860f5b86d29e55ec3b3cdbcbef9290362..4089c893872a00516dee85b0761b2ee0f2a8d834 100644 (file)
@@ -4,7 +4,6 @@ gettimeofday.c
 
 #include <sys/time.h>
 #include <lib.h>
-#include <time.h>
 
 int gettimeofday(struct timeval *_RESTRICT tp, void *_RESTRICT tzp)
 {
index 89725f7957a951abbebf040ce82091d2202be82f..5cb0b1a11fd6740ee388ecaad4cfede887d6647a 100644 (file)
  *     Number of matches in the current invocation of glob.
  */
 
-#include <sys/param.h>
 #include <sys/stat.h>
 
-#include <ctype.h>
 #include <dirent.h>
 #include <errno.h>
 #include <glob.h>
index aacdf66d5939fd41d69f44f52574fc8891e4637a..76f7f8d9cb6ce4207ed75678c8b9dda5487e65d6 100644 (file)
@@ -49,7 +49,6 @@ static char sccsid[] = "@(#)regerror.c        8.4 (Berkeley) 3/20/94";
 #else
 #include <ctype.h>
 #endif
-#include <limits.h>
 #include <stdlib.h>
 #include <regex.h>
 
index 626afe45b3e4c930a784f84da4d077c42bf8231d..068df00ad64c2b6d043d19b81a9528572db0d8d5 100644 (file)
@@ -3,7 +3,6 @@ pci_init.c
 */
 
 #include "syslib.h"
-#include <minix/sysutil.h>
 
 /*===========================================================================*
  *                             pci_init                                     *
index a301aa7130144ca6a4ee0abfb428ee98fe1df5bb..4b5b0fd53ad52beef8d384be53bb67df660ffc40 100644 (file)
@@ -1,7 +1,5 @@
 #include "syslib.h"
 
-#include <minix/config.h>
-
 /*===========================================================================*
  *                                sys_profbuf                               *
  *===========================================================================*/
index 19bab8160bb095d129bae4d5e0fccc678efdc08b..86def12ab6bdf90bf21f35a92f368c2ecc08d043 100644 (file)
@@ -9,7 +9,6 @@
 #include <minix/const.h>
 #include <minix/type.h>
 
-#include <fcntl.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <minix/syslib.h>
index a67694956a8c133691a5abc6cef13cee43450363..12bc7c741d4bda26554d905cccd3b817ee6ecce5 100644 (file)
@@ -1,5 +1,4 @@
 #include "sysutil.h"
-#include <minix/config.h>
 #include <string.h>
 
 PUBLIC int env_argc = 0;
index a52a1e26773ac897e2219b8d05fc278051921836..d603735b9cd0aaea3bee5fc77bff33480c636356 100644 (file)
@@ -1,6 +1,5 @@
 #include <lib.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <minix/profile.h>
index 57e4fe64ea32718a238e51acaca01d0587e149aa..e4f38598e71f4c5e411921b530d1e1225871e3da 100644 (file)
@@ -1,5 +1,4 @@
 #include "sysutil.h"
-#include <timers.h>
 
 #define COM1_BASE       0x3F8
 #define COM1_THR        (COM1_BASE + 0)
index ad6463121b44856859149bb770d7c2f4198afa47..af6f0346a59a80b69ba13e6abc5ed127ca9567e3 100644 (file)
@@ -1,8 +1,6 @@
 
 #include <stdio.h>
-#include <time.h>
 #include <sys/time.h>
-#include <sys/times.h>
 #include <sys/types.h>
 #include <minix/u64.h>
 #include <minix/config.h>
index b21bfdf0686b1e001cb8175756d53c534b0d5289..6a5060f07bc277523516630c19550adff1339909 100644 (file)
@@ -1,7 +1,6 @@
 
 #include <stdio.h>
 #include <time.h>
-#include <sys/time.h>
 #include <sys/times.h>
 #include <sys/types.h>
 #include <minix/u64.h>
index b0e87722f5968a0984d7a7cbc903285d665cbc44..5481029d75dedbf4285c0c5b44d3746d94460e0b 100644 (file)
@@ -15,8 +15,6 @@
 #include <sys/types.h>
 #include <sys/ipc.h>
 #include <sys/sem.h>
-#include <time.h>
-#include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <errno.h>
index 50146005b5b79bdf8518fc65ff9b534ed64caf6d..69f08837191a17fe899978ae8d022a81595f2fc1 100644 (file)
@@ -1,7 +1,6 @@
 #define _SYSTEM        1
 #define _MINIX 1
 
-#include <minix/callnr.h>
 #include <minix/com.h>
 #include <minix/config.h>
 #include <minix/ipc.h>
@@ -15,8 +14,6 @@
 #include <sys/types.h>
 #include <sys/ipc.h>
 #include <sys/shm.h>
-#include <time.h>
-#include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
 
index fc15751a37813bd09aa5ea3e813c5bc2eafa208f..f47202e41f8c47fb4924ee980376e826933f1d10 100644 (file)
@@ -31,7 +31,6 @@ _PROTOTYPE( int do_shmat, (message *)                                    );
 _PROTOTYPE( int do_shmdt, (message *)                                    );
 _PROTOTYPE( int do_shmctl, (message *)                                   );
 _PROTOTYPE( int check_perm, (struct ipc_perm *, endpoint_t, int)         );
-_PROTOTYPE( void list_shm_ds, (void)                                     );
 _PROTOTYPE( void update_refcount_and_destroy, (void)                     );
 _PROTOTYPE( int do_semget, (message *)                                   );
 _PROTOTYPE( int do_semctl, (message *)                                   );
index d5f4c02a53853d4afb9c4221072b94f46395bafd..2800a74c98b0049a925f03ce28ff9d32aa422c30 100644 (file)
@@ -5,7 +5,7 @@ PUBLIC endpoint_t who_e;
 PUBLIC int call_type;
 PUBLIC endpoint_t SELF_E;
 
-struct {
+PRIVATE struct {
        int type;
        int (*func)(message *);
        int reply;      /* whether the reply action is passed through */
@@ -21,7 +21,7 @@ struct {
 
 #define SIZE(a) (sizeof(a)/sizeof(a[0]))
 
-int verbose = 0;
+PRIVATE int verbose = 0;
 
 /* SEF functions and variables. */
 FORWARD _PROTOTYPE( void sef_local_startup, (void) );
index 70585f7c8c297f456c902d0be76a39cb6e1c0e05..7c08c7f114fab98aa8d25d833191996a9af0ef0d 100644 (file)
@@ -328,7 +328,7 @@ PUBLIC int do_shmctl(message *m)
        return OK;
 }
 
-PUBLIC void list_shm_ds(void)
+PRIVATE void list_shm_ds(void)
 {
        int i;
        printf("key\tid\tpage\n");