1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Declare printf() instead of including <stdio.h>, so that this doesn't

depend on anything outside of the "sys" tree.
This commit is contained in:
Bruce Evans 1998-02-01 18:47:56 +00:00
parent 98f3fd4b49
commit 2625bd3484
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32991
2 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,11 @@
/* $Id: linux_genassym.c,v 1.5 1997/07/20 16:05:56 bde Exp $ */
#include <stdio.h>
/* $Id: linux_genassym.c,v 1.6 1997/08/25 23:36:23 bde Exp $ */
#include <sys/param.h>
#include <i386/linux/linux.h>
int main __P((void));
int printf __P((const char *, ...));
int
main()

View File

@ -1,12 +1,11 @@
/* $Id: linux_genassym.c,v 1.5 1997/07/20 16:05:56 bde Exp $ */
#include <stdio.h>
/* $Id: linux_genassym.c,v 1.6 1997/08/25 23:36:23 bde Exp $ */
#include <sys/param.h>
#include <i386/linux/linux.h>
int main __P((void));
int printf __P((const char *, ...));
int
main()