diff options
author | 2002-02-17 19:42:18 +0000 | |
---|---|---|
committer | 2002-02-17 19:42:18 +0000 | |
commit | f3c3a9c6dfeacc6897a86575161336d2a48e6df1 (patch) | |
tree | d14445e214d1b0db31b5a8d6f8b1f2938a91057e /usr.bin/file/file.h | |
parent | Document that both localhost and the local hostname needs to be able to (diff) | |
download | wireguard-openbsd-f3c3a9c6dfeacc6897a86575161336d2a48e6df1.tar.xz wireguard-openbsd-f3c3a9c6dfeacc6897a86575161336d2a48e6df1.zip |
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'usr.bin/file/file.h')
-rw-r--r-- | usr.bin/file/file.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h index d5da9a614cb..16621dbfe0a 100644 --- a/usr.bin/file/file.h +++ b/usr.bin/file/file.h @@ -1,4 +1,4 @@ -/* $OpenBSD: file.h,v 1.8 2002/02/16 21:27:46 millert Exp $ */ +/* $OpenBSD: file.h,v 1.9 2002/02/17 19:42:30 millert Exp $ */ /* * file.h - definitions for file(1) program @@ -79,17 +79,6 @@ struct magic { char desc[MAXDESC]; /* description */ }; -#include <stdio.h> /* Include that here, to make sure __P gets defined */ - -#ifndef __P -# ifdef __STDC__ || __cplusplus -# define __P(a) a -# else -# define __P(a) () -# define const -# endif -#endif - extern int apprentice(char *, int); extern int ascmagic(unsigned char *, int); extern void ckfputs(const char *, FILE *); |