~ubuntu-branches/ubuntu/maverick/ltspfs/maverick

« back to all changes in this revision

Viewing changes to src/cdpinger.c

  • Committer: Bazaar Package Importer
  • Author(s): Vagrant Cascadian
  • Date: 2008-12-03 09:32:49 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20081203093249-fe1ciun7w0m8tq9p
Tags: 0.5.7-1
* new upstream version:
  - fix bug in LOCALDEV_DENY causing USB disks to fail to mount

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 */
28
28
 
29
29
gboolean
30
 
check_cd_status()
 
30
check_cd_status(void)
31
31
{
32
32
    char dev[BUFSIZ], cmd[BUFSIZ];
33
33
    int cdrom, status;