Ticket #16759: patch-src-file.h.diff

File patch-src-file.h.diff, 518 bytes (added by jay-macports@…, 16 years ago)

upstream fix for Mac build errors

  • src/file.h

    Prereq: 1.108
    old new  
    2727 */
    2828/*
    2929 * file.h - definitions for file(1) program
    30  * @(#)$File: file.h,v 1.108 2008/07/16 18:00:57 christos Exp $
     30 * @(#)$File: file.h,v 1.109 2008/09/02 07:11:30 christos Exp $
    3131 */
    3232
    3333#ifndef __file_h__
     
    302302        int last_match;
    303303        int last_cond;  /* used for error checking by parse() */
    304304#endif
    305 } *li;
     305};
    306306struct magic_set {
    307307        struct mlist *mlist;
    308308        struct cont {