opnsense-ports/math/calctool/files/patch-get.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
503 B
C

--- ./get.c.orig 1990-02-16 00:28:39.000000000 +0100
+++ ./get.c 2012-08-24 12:54:31.377915039 +0200
@@ -157,6 +157,7 @@
}
+void
get_helpfile(helpname) /* Open helpfile if present. */
char *helpname ;
{
@@ -188,6 +189,7 @@
}
+void
get_rcfile(name) /* Read .calctoolrc file. */
char *name ;
{
@@ -281,6 +283,7 @@
}
+void
read_rcfiles() /* Read .calctoolrc's from home and current directories. */
{
char *home ; /* Pathname for users home directory. */