Put back some of the GNU/Linux-ism for detecting drive endian-ness.

The data-driven endian correction isn't working correctly.

Ultimately though this code should move down into libcdio (and get
removed from here.)
This commit is contained in:
rocky
2005-01-08 20:39:40 +00:00
parent f4849ba055
commit c6e33b1a1c
6 changed files with 104 additions and 52 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: interface.c,v 1.7 2005/01/06 03:38:58 rocky Exp $
$Id: interface.c,v 1.8 2005/01/08 20:39:40 rocky Exp $
Copyright (C) 2005 Rocky Bernstein <rocky@panix.com>
Copyright (C) 1998 Monty xiphmont@mit.edu
@@ -53,7 +53,6 @@ cdda_close(cdrom_drive_t *d)
_clean_messages(d);
if (d->cdda_device_name) free(d->cdda_device_name);
if (d->drive_model) free(d->drive_model);
if (d->sg) free(d->sg);
free(d);
}