dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324
				
					
				
			While at it, fix filename order and free the list of names. function old new delta llist_rev - 21 +21 get_header_tar 1733 1741 +8 unpack_package 587 585 -2 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/1 up/down: 29/-2) Total: 27 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		@@ -121,6 +121,7 @@ typedef struct archive_handle_t {
 | 
			
		||||
#define ARCHIVE_DONT_RESTORE_PERM   (1 << 6)
 | 
			
		||||
#define ARCHIVE_NUMERIC_OWNER       (1 << 7)
 | 
			
		||||
#define ARCHIVE_O_TRUNC             (1 << 8)
 | 
			
		||||
#define ARCHIVE_REMEMBER_NAMES      (1 << 9)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* POSIX tar Header Block, from POSIX 1003.1-1990  */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user