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:
parent
6a99eb78ce
commit
4cee3d0e1e
@ -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()
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user