Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2016 05:23:53 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r300460 - stable/10/sys/boot/i386/common
Message-ID:  <201605230523.u4N5NrDv087710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon May 23 05:23:53 2016
New Revision: 300460
URL: https://svnweb.freebsd.org/changeset/base/300460

Log:
  MFC r299655:
  
  Add missing prototype for getchar(..)

Modified:
  stable/10/sys/boot/i386/common/cons.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/boot/i386/common/cons.h
==============================================================================
--- stable/10/sys/boot/i386/common/cons.h	Mon May 23 05:21:55 2016	(r300459)
+++ stable/10/sys/boot/i386/common/cons.h	Mon May 23 05:23:53 2016	(r300460)
@@ -28,6 +28,7 @@ void xputc(int c);
 void putchar(int c);
 int getc(int fn);
 int xgetc(int fn);
+int getchar(void);
 int keyhit(unsigned int secs);
 void getstr(char *cmdstr, size_t cmdstrsize);
 



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