aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat/cd9660.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-06-30 05:25:07 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-06-30 05:25:07 +0000
commite026a48c34d396fe7d0e382673a69bc047c0bfca (patch)
tree41763f513f184b022b2875b747c2d1e83d4ed74f /usr.bin/fstat/cd9660.c
parent37a6b453c4a040bb780d670e1374536b595f452b (diff)
Notes
Diffstat (limited to 'usr.bin/fstat/cd9660.c')
-rw-r--r--usr.bin/fstat/cd9660.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/fstat/cd9660.c b/usr.bin/fstat/cd9660.c
index 1b4f22f841dd..a11a9c4f370f 100644
--- a/usr.bin/fstat/cd9660.c
+++ b/usr.bin/fstat/cd9660.c
@@ -32,8 +32,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
/*
@@ -42,6 +40,9 @@
* conflicts with UFS.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/time.h>