Ticket #16759: patch-src-file.h.diff
File patch-src-file.h.diff, 518 bytes (added by jay-macports@…, 16 years ago) |
---|
-
src/file.h
Prereq: 1.108
old new 27 27 */ 28 28 /* 29 29 * file.h - definitions for file(1) program 30 * @(#)$File: file.h,v 1.10 8 2008/07/16 18:00:57christos Exp $30 * @(#)$File: file.h,v 1.109 2008/09/02 07:11:30 christos Exp $ 31 31 */ 32 32 33 33 #ifndef __file_h__ … … 302 302 int last_match; 303 303 int last_cond; /* used for error checking by parse() */ 304 304 #endif 305 } *li;305 }; 306 306 struct magic_set { 307 307 struct mlist *mlist; 308 308 struct cont {