From 5421b76fc8a3a6bd890b5f6a305a5b3c3a8146e1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 12 Dec 2009 14:02:47 -0500 Subject: [PATCH] add GZIP_OS_VFAT to list Note that most of the stuff in this list is not used; the raw os flag value is passed to zgz. So this is just for completness/ future expansion. --- pristine-gz | 1 + 1 file changed, 1 insertion(+) diff --git a/pristine-gz b/pristine-gz index a180d83..cc33a8c 100755 --- a/pristine-gz +++ b/pristine-gz @@ -124,6 +124,7 @@ use constant { GZIP_OS_NTFS => 11, GZIP_OS_QDOS => 12, GZIP_OS_RISCOS => 13, + GZIP_OS_VFAT => 14, GZIP_OS_UNKNOWN => 255, }; -- 2.7.4