File: 07_fix-implicit-function-declaration.patch

package info (click to toggle)
sup 20100519-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 780 kB
  • sloc: ansic: 8,334; makefile: 106
file content (17 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix implicit-function-declaration issue
Author: Bo YU <tsu.yubo@gmail.com>
Bug: https://bugs.debian.org/1066658
Last-Update: 2024-04-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/scm.c
+++ b/scm.c
@@ -195,6 +195,8 @@
 #define	INADDR_LOOPBACK		(u_long)0x7f000001	/* 127.0.0.1 */
 #endif
 
+void setproctitle(const char *fmt, ...);
+
 char scmversion[] = "4.3 BSD";
 extern int silent;