Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 1996 09:30:24 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 userconfig.c
Message-ID:  <199610061630.JAA27783@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

bde         96/10/06 09:30:22

  Modified:    sys/i386/i386  userconfig.c
  Log:
  Fixed build of LINT yet again.  getchar() clashed with getchar() in pcvt.
  Staticized it in userconfig.  The one in pcvt is unused.
  
  Removed bogus unused arg to getchar().  This should not have compiled
  in the USERCONFIG_BOOT case, but the getchar() was also non-prototyped
  and defined in K&R style.
  
  Staticized the badly named global variable `next'.  Even static variables
  should have a unique module-specific prefix so that they can be referenced
  easily in debuggers, etc.
  
  Revision  Changes    Path
  1.56      +7 -6      src/sys/i386/i386/userconfig.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610061630.JAA27783>