=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/file/file.h 1997/02/09 23:58:23 1.3 --- src/usr.bin/file/file.h 1997/07/25 21:05:26 1.4 *************** *** 1,4 **** ! /* $OpenBSD: file.h,v 1.3 1997/02/09 23:58:23 millert Exp $ */ /* * file.h - definitions for file(1) program --- 1,4 ---- ! /* $OpenBSD: file.h,v 1.4 1997/07/25 21:05:26 mickey Exp $ */ /* * file.h - definitions for file(1) program *************** *** 81,87 **** #include /* Include that here, to make sure __P gets defined */ #ifndef __P ! # if __STDC__ || __cplusplus # define __P(a) a # else # define __P(a) () --- 81,87 ---- #include /* Include that here, to make sure __P gets defined */ #ifndef __P ! # ifdef __STDC__ || __cplusplus # define __P(a) a # else # define __P(a) ()