mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +08:00
Formerly arscan.c.~26~
This commit is contained in:
parent
bb90ac7aef
commit
f0c68224d6
4
arscan.c
4
arscan.c
@ -1,5 +1,5 @@
|
|||||||
/* Library function for scanning an archive file.
|
/* Library function for scanning an archive file.
|
||||||
Copyright (C) 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
|
Copyright (C) 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -97,7 +97,7 @@ ar_scan (archive, function, arg)
|
|||||||
#else
|
#else
|
||||||
#ifdef AIAMAG
|
#ifdef AIAMAG
|
||||||
{
|
{
|
||||||
register int nread = read (desc, &fl_header, FL_HSZ);
|
register int nread = read (desc, (char *) &fl_header, FL_HSZ);
|
||||||
if (nread != FL_HSZ || bcmp (fl_header.fl_magic, AIAMAG, SAIAMAG))
|
if (nread != FL_HSZ || bcmp (fl_header.fl_magic, AIAMAG, SAIAMAG))
|
||||||
{
|
{
|
||||||
(void) close (desc);
|
(void) close (desc);
|
||||||
|
Loading…
Reference in New Issue
Block a user