svn commit: r300462 - stable/9/sys/boot/i386/common

Garrett Cooper ngie at FreeBSD.org
Mon May 23 05:25:36 UTC 2016


Author: ngie
Date: Mon May 23 05:25:34 2016
New Revision: 300462
URL: https://svnweb.freebsd.org/changeset/base/300462

Log:
  MFstable/10 r300460:
  
  MFC r299655:
  
  Add missing prototype for getchar(..)

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

Modified: stable/9/sys/boot/i386/common/cons.h
==============================================================================
--- stable/9/sys/boot/i386/common/cons.h	Mon May 23 05:25:29 2016	(r300461)
+++ stable/9/sys/boot/i386/common/cons.h	Mon May 23 05:25:34 2016	(r300462)
@@ -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);
 


More information about the svn-src-stable-9 mailing list