mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 14:26:01 +00:00
Minor formatting and style fixes.
This commit is contained in:
parent
8e5aa32a09
commit
f9a4e5c528
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28762
@ -1,9 +1,12 @@
|
||||
/* $Id: linux_genassym.c,v 1.4 1997/02/22 09:38:21 peter Exp $ */
|
||||
/* $Id: linux_genassym.c,v 1.5 1997/07/20 16:05:56 bde Exp $ */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
#include <i386/linux/linux.h>
|
||||
|
||||
extern int main __P((void));
|
||||
int main __P((void));
|
||||
|
||||
int
|
||||
main()
|
||||
|
@ -1,9 +1,12 @@
|
||||
/* $Id: linux_genassym.c,v 1.4 1997/02/22 09:38:21 peter Exp $ */
|
||||
/* $Id: linux_genassym.c,v 1.5 1997/07/20 16:05:56 bde Exp $ */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
#include <i386/linux/linux.h>
|
||||
|
||||
extern int main __P((void));
|
||||
int main __P((void));
|
||||
|
||||
int
|
||||
main()
|
||||
|
Loading…
x
Reference in New Issue
Block a user