Remove CVS $Id$ line which is no longer automatically updated.

ios9660.hpp under FS because of Solaris macro conflict as suggested by Thomas Schmitt.
cd-drive.c: add some casts to remove gcc warnings
src/cd-paranoia/Makefile.am: remove a GNU make idiom.
README.develop: note needing GNU make or remake
This commit is contained in:
R. Bernstein
2011-10-19 22:01:37 -04:00
parent 1cb3a20baa
commit 8002d97db8
6 changed files with 17 additions and 12 deletions

View File

@@ -1,7 +1,5 @@
/*
$Id: iso9660.hpp,v 1.13 2008/06/13 15:58:50 flameeyes Exp $
Copyright (C) 2006, 2008 Rocky Bernstein <rocky@gnu.org>
Copyright (C) 2006, 2008, 2011 Rocky Bernstein <rocky@gnu.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -148,6 +146,9 @@ public:
};
#ifdef FS
#undef FS
#endif
class FS : public CdioDevice // ISO 9660 Filesystem on a CD or CD-image
{
public: