opnsense-ports/math/calctool/files/patch-functions.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

26 lines
432 B
C

--- ./functions.c.orig 1993-06-02 19:13:52.000000000 +0200
+++ ./functions.c 2012-08-24 12:53:33.505914506 +0200
@@ -233,6 +233,7 @@
}
+void
do_help() /* Show online help facility. */
{
char help_str[MAXLINE], nextline[MAXLINE], *p ;
@@ -333,6 +334,7 @@
}
+void
do_number()
{
int n ;
@@ -371,6 +373,7 @@
}
+void
do_pending()
{
if (base != DEC) grey_buttons(DEC) ; /* Reshow all the keys. */