Use __FBSDID() to quiet GCC 3.3 warnings.

This commit is contained in:
David E. O'Brien
2003-05-03 18:41:59 +00:00
parent 7af89aab59
commit c69284ca08
42 changed files with 130 additions and 160 deletions
+2 -4
View File
@@ -26,10 +26,8 @@
* SUCH DAMAGE.
*/
#ifndef lint
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <ctype.h>
#include <err.h>