diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-19 01:54:04 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-19 01:54:04 +0000 |
| commit | 26838e4e996bdbaf209976417469cff893dd1b0a (patch) | |
| tree | 9b7d417f0d43e2d9992fe9e9e0beac6ab2800378 /lib/libdisk/libdisk.h | |
| parent | 610ad63a48c4d7ced230128082f4544dff00287f (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/libdisk.h')
| -rw-r--r-- | lib/libdisk/libdisk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index d78a64606769..b8c724ec1e8a 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * -* $Id$ +* $Id: libdisk.h,v 1.26 1997/02/22 15:06:35 peter Exp $ * */ @@ -20,7 +20,7 @@ typedef enum { freebsd, extended, part, - unused, + unused } chunk_e; __BEGIN_DECLS |
