[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: patch for dpkg to support long file names (bug #26431)



I neglected to send a patch for the tarfn.h header file.  I apologize
for the sloppiness.

Drew

Index: include/tarfn.h
===================================================================
RCS file: /cvs/root/misc/dpkg/include/tarfn.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 tarfn.h
--- tarfn.h	1997/12/08 04:53:26	1.1.1.1
+++ tarfn.h	1998/10/20 21:51:18
@@ -20,7 +20,9 @@
 	CharacterDevice = '3',
 	BlockDevice = '4',
 	Directory = '5',
-	FIFO = '6'
+	FIFO = '6',
+	GNU_LONGLINK = 'K',
+	GNU_LONGNAME = 'L'
 };
 typedef enum TarFileType	TarFileType;

-- 
"Give me more opium, that I may not think of eternity!"
 -- Mirabeau

--RAA16998.908920439/computer.eng.mindspring.net--


Reply to: