diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-04 17:16:08 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-04 17:16:08 +0200 |
commit | 68d557885247632558e8c14ffc4b16e916810bee (patch) | |
tree | e59f18a5dc3e192c2251b8342a9ba7a96139a8a8 /extras/volume_id/lib/ddf_raid.c | |
parent | a6abdbfc7e216e5c84009fabbc8cff99a880485d (diff) |
vol_id: README update
Diffstat (limited to 'extras/volume_id/lib/ddf_raid.c')
-rw-r--r-- | extras/volume_id/lib/ddf_raid.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extras/volume_id/lib/ddf_raid.c b/extras/volume_id/lib/ddf_raid.c index 9ac5c91e5a..560e6bd603 100644 --- a/extras/volume_id/lib/ddf_raid.c +++ b/extras/volume_id/lib/ddf_raid.c @@ -1,7 +1,7 @@ /* * volume_id - reads filesystem label and uuid * - * Copyright (C) 2004 Kay Sievers <kay.sievers@vrfy.org> + * Copyright (C) 2007 Kay Sievers <kay.sievers@vrfy.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 the @@ -27,6 +27,8 @@ #include "libvolume_id.h" #include "util.h" +/* http://www.snia.org/standards/home */ + #define DDF_HEADER 0xDE11DE11 #define DDF_GUID_LENGTH 24 #define DDF_REV_LENGTH 8 |