mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Fix build with gcc 4.X
PR: ports/106739 Submitted by: trasz
This commit is contained in:
parent
69df06d37a
commit
d18efc6bb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179914
@ -1,5 +1,5 @@
|
||||
--- src/bkpupsd.c.orig Sun Aug 3 13:11:23 1997
|
||||
+++ src/bkpupsd.c Thu Feb 26 17:17:09 2004
|
||||
--- src/bkpupsd.c.orig Sun Aug 3 20:11:23 1997
|
||||
+++ src/bkpupsd.c Fri Dec 15 00:53:52 2006
|
||||
@@ -27,14 +27,17 @@
|
||||
*/
|
||||
|
||||
@ -19,11 +19,12 @@
|
||||
|
||||
#define POWER_TIMEOUT 5*60
|
||||
#define DEFAULT_PORT "/dev/cuaa1"
|
||||
@@ -44,16 +47,16 @@
|
||||
@@ -44,16 +47,17 @@
|
||||
#define SH_RESTORED "/usr/local/libexec/bkpupsd/bkpups.restored"
|
||||
#define SH_BATTLOW "/usr/local/libexec/bkpupsd/bkpups.battlow"
|
||||
|
||||
+int makepid(char *s);
|
||||
+void execomand();
|
||||
+
|
||||
int main(argc, argv)
|
||||
int argc;
|
||||
@ -38,6 +39,14 @@
|
||||
int pfail = 0;
|
||||
int pfcount = 0;
|
||||
int prcount = 0;
|
||||
@@ -63,7 +67,6 @@
|
||||
char *sh_restored = SH_RESTORED;
|
||||
char *sh_battlow = SH_BATTLOW;
|
||||
char *ups_port = DEFAULT_PORT;
|
||||
- static void execomand();
|
||||
|
||||
/* open ups port */
|
||||
if(argc > 2) {
|
||||
@@ -179,7 +182,7 @@
|
||||
pid = getpid();
|
||||
if((fp = fopen(s, "w")) == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user