summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorR. Bernstein <rocky@gnu.org>2012-03-03 20:11:14 -0500
committerR. Bernstein <rocky@gnu.org>2012-03-03 20:11:14 -0500
commit2022037807e458ea88890eb279ba62fc18ff578d (patch)
tree522074c0b83d9a82ef94734ac24c17697da4664a /src
parentd0018220cc3cd2fe4114b72d54b519b868209df4 (diff)
More patches from pbatard to reduce warnings, etc.
Diffstat (limited to 'src')
-rw-r--r--src/iso-read.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/iso-read.c b/src/iso-read.c
index cb59b166..820fee32 100644
--- a/src/iso-read.c
+++ b/src/iso-read.c
@@ -1,7 +1,5 @@
/*
- $Id: iso-read.c,v 1.16 2008/06/19 15:44:19 flameeyes Exp $
-
- Copyright (C) 2004, 2005, 2006, 2008 Rocky Bernstein <rocky@gnu.org>
+ Copyright (C) 2004, 2005, 2006, 2008, 2012 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
@@ -20,7 +18,7 @@
/* Program to read ISO-9660 images. */
#include "util.h"
-#include "filemode.h"
+#include "portable.h"
#ifdef HAVE_CONFIG_H
# include "config.h"