pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/smartmontools Avoid functions w/o prototype



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6842ab3a65ff
branches:  trunk
changeset: 496913:6842ab3a65ff
user:      martin <martin%pkgsrc.org@localhost>
date:      Fri Jul 15 07:49:49 2005 +0000

description:
Avoid functions w/o prototype

diffstat:

 sysutils/smartmontools/distinfo         |   4 ++--
 sysutils/smartmontools/patches/patch-ab |  14 +++++++++++---
 2 files changed, 13 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 778e4ad85f6c -r 6842ab3a65ff sysutils/smartmontools/distinfo
--- a/sysutils/smartmontools/distinfo   Fri Jul 15 05:45:52 2005 +0000
+++ b/sysutils/smartmontools/distinfo   Fri Jul 15 07:49:49 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/03/17 16:33:23 wiz Exp $
+$NetBSD: distinfo,v 1.5 2005/07/15 07:49:49 martin Exp $
 
 SHA1 (smartmontools-5.32.tar.gz) = 2af09136578ea59565ad00b3638afe9700ed26a2
 RMD160 (smartmontools-5.32.tar.gz) = 6692df8996bc3f6a1b52b10286d92b116874e1cd
 Size (smartmontools-5.32.tar.gz) = 408224 bytes
 SHA1 (patch-aa) = 2f22d9bd911ce825c1ca888cceb4535bba606671
-SHA1 (patch-ab) = c82137592289bedbed7b1980de9dd8a3aa6c4d85
+SHA1 (patch-ab) = e719007fdcfb41db8c150a31eeaf1fb91d9bdced
diff -r 778e4ad85f6c -r 6842ab3a65ff sysutils/smartmontools/patches/patch-ab
--- a/sysutils/smartmontools/patches/patch-ab   Fri Jul 15 05:45:52 2005 +0000
+++ b/sysutils/smartmontools/patches/patch-ab   Fri Jul 15 07:49:49 2005 +0000
@@ -1,8 +1,16 @@
-$NetBSD: patch-ab,v 1.1 2005/03/17 16:33:23 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2005/07/15 07:49:50 martin Exp $
 
 --- os_netbsd.c.orig   2004-04-20 06:53:26.000000000 +0200
-+++ os_netbsd.c
-@@ -381,7 +381,7 @@ do_scsi_cmnd_io(int fd, struct scsi_cmnd
++++ os_netbsd.c        2005-07-15 09:37:42.000000000 +0200
+@@ -21,6 +21,7 @@
+ #include "scsicmds.h"
+ #include "utility.h"
+ #include "os_netbsd.h"
++#include <unistd.h>
+ 
+ const char *os_XXXX_c_cvsid = "$Id: patch-ab,v 1.2 2005/07/15 07:49:50 martin Exp $" \
+ ATACMDS_H_CVSID OS_NETBSD_H_CVSID SCSICMDS_H_CVSID UTILITY_H_CVSID;
+@@ -381,7 +382,7 @@
    sc.databuf = iop->dxferp;
    sc.datalen = iop->dxfer_len;
    sc.senselen = iop->max_sense_len;



Home | Main Index | Thread Index | Old Index