opnsense-ports/sysutils/44bsd-more/files/patch-marks.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

18 lines
340 B
C

--- marks.c.orig 2011-09-08 01:18:08.000000000 +0800
+++ marks.c 2011-09-08 01:18:34.000000000 +0800
@@ -129,6 +129,7 @@ badmark(c)
/*
* Set a bookmark.
*/
+void
setmark(c)
int c; /* user identifier for bookmark to set */
{
@@ -318,6 +319,7 @@ fprintf_error:
/*
* Go to a previously set mark.
*/
+void
gomark(c)
int c;
{