diff options
author | pav <pav@FreeBSD.org> | 2005-01-14 06:25:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-14 06:25:08 +0800 |
commit | c799c99fa0e2041fadcfd5e068a49225cec94802 (patch) | |
tree | 372b73b6b865832ea875964f723fd19f33e6894b /sysutils/ataidle/files | |
parent | 97e99dc24eb82566e8788c4416069f0f1b4db3c2 (diff) | |
download | freebsd-ports-gnome-c799c99fa0e2041fadcfd5e068a49225cec94802.tar.gz freebsd-ports-gnome-c799c99fa0e2041fadcfd5e068a49225cec94802.tar.zst freebsd-ports-gnome-c799c99fa0e2041fadcfd5e068a49225cec94802.zip |
- Update to 0.8
PR: ports/76195
Submitted by: Bruce Cran <bruce@cran.org.uk> (maintainer)
Diffstat (limited to 'sysutils/ataidle/files')
-rw-r--r-- | sysutils/ataidle/files/patch-types | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sysutils/ataidle/files/patch-types b/sysutils/ataidle/files/patch-types deleted file mode 100644 index aa6f6da5aff9..000000000000 --- a/sysutils/ataidle/files/patch-types +++ /dev/null @@ -1,19 +0,0 @@ ---- main.c Tue Jul 20 19:02:11 2004 -+++ main.c Mon Nov 8 19:53:28 2004 -@@ -67,7 +67,7 @@ - { - int rc = 0; -- int ch, chan, dev = -1; -+ int ch, dev = -1; - struct ATA *ata = (struct ATA*) malloc(sizeof(struct ATA)); -- long opt_val; -+ long opt_val, chan; - uint32_t maxchan = 0; - bool needchandev; -@@ -85,5 +85,5 @@ - - if(!rc && needchandev) -- rc = ata_strtolong(argv[argc-2], (long*) &chan); -+ rc = ata_strtolong(argv[argc-2], &chan); - - if(!rc) |