Parent Directory
|
Revision Log
|
Patch
| revision 1.70 by gray, Mon Nov 17 07:36:18 2003 UTC | revision 1.71 by gray, Tue Nov 25 07:04:45 2003 UTC | |
|---|---|---|
| # | Line 413 write_gnu_long_link (struct tar_stat_inf | Line 413 write_gnu_long_link (struct tar_stat_inf |
| 413 | union block *header; | union block *header; |
| 414 | ||
| 415 | header = start_private_header ("././@LongLink", size); | header = start_private_header ("././@LongLink", size); |
| 416 | strcpy (header->header.magic, OLDGNU_MAGIC); | |
| 417 | header->header.typeflag = type; | header->header.typeflag = type; |
| 418 | finish_header (st, header, -1); | finish_header (st, header, -1); |
| 419 |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |