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:
bde 1998-02-01 18:47:56 +00:00
parent 6a99eb78ce
commit 4cee3d0e1e
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()