From 459119c94529602d08de465b7ebfa4871d328081 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 8 Jul 2003 03:00:53 +0000 Subject: massive merge from taroon branch. changes are all over the place, but a summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting --- isys/pdc.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'isys/pdc.c') diff --git a/isys/pdc.c b/isys/pdc.c index c0ef3e41e..6d5364040 100644 --- a/isys/pdc.c +++ b/isys/pdc.c @@ -121,7 +121,6 @@ static unsigned long long calc_pdcblock_offset (int fd) { static int read_disk_sb (int fd, unsigned char *buffer,int bufsize) { int ret = -1; - char bh[4096]; unsigned long long sb_offset; /* @@ -152,14 +151,8 @@ static unsigned int calc_sb_csum (unsigned int* ptr) return sum; } -static int check_disk_sb (void) -{ - return 0; -} - int pdc_dev_running_raid(int fd) { - int i; struct promise_raid_conf *prom; unsigned char block[4096]; -- cgit