summaryrefslogtreecommitdiff
path: root/extras/chassis_id
AgeCommit message (Collapse)Author
2005-04-26[PATCH] The following patch fixes a warning when compiling chassis_idtklauser@access.unizh.ch
2005-04-26[PATCH] chassis_id: clean compilation and fix bad function parameter passingkay.sievers@vrfy.org
Adding prototypes for functions resulted in an error, cause: table_find_disk(disk_snum, &chassis_num, &slot_num); is called but the function is defined as: int table_find_disk(char *serialnumber , int *host_num, int *chassis_num, int *slot_num) which can obviously not work correctly. Using popen() is not klibc compatible, so skip the compilation if a klibc compile is requested.
2005-04-26[PATCH] cleanup PATCH for extras/chassis_id/Makefileharald@redhat.com
for "make install"
2005-04-26[PATCH] Patch for chassis_id exras moduleatul.sabharwal@intel.com
2005-04-26[PATCH] Add README for chassis_idatul.sabharwal@intel.com
2005-04-26[PATCH] clean up chassis_id coding style.greg@kroah.com
2005-04-26[PATCH] Add chassis_id program to extras directoryatul.sabharwal@intel.com