Print this page
Remove include userdefs.h where not needed

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/usr.sbin/in.routed/main.c
          +++ new/usr/src/cmd/cmd-inet/usr.sbin/in.routed/main.c
↓ open down ↓ 35 lines elided ↑ open up ↑
  36   36   * $FreeBSD: src/sbin/routed/main.c,v 1.14 2000/08/11 08:24:38 sheldonh Exp $
  37   37   * char copyright[] = "@(#) Copyright (c) 1983, 1988, 1993\n"
  38   38   * " The Regents of the University of California.  All rights reserved.\n";
  39   39   */
  40   40  
  41   41  #include "defs.h"
  42   42  #include "pathnames.h"
  43   43  #include <signal.h>
  44   44  #include <fcntl.h>
  45   45  #include <sys/file.h>
  46      -#include <userdefs.h>
  47   46  #include <sys/stat.h>
  48   47  
  49   48  #define IN_ROUTED_VERSION       "2.22"
  50   49  
  51   50  int             stopint;
  52   51  boolean_t       supplier;       /* supply or broadcast updates */
  53   52  boolean_t       supplier_set;
  54   53  /* -S option. _B_TRUE=treat all RIP speakers as default routers. */
  55   54  boolean_t       save_space = _B_FALSE;
  56   55  
↓ open down ↓ 1011 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX