mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Minor formatting and style fixes.
This commit is contained in:
parent
8e5aa32a09
commit
f9a4e5c528
2 changed files with 10 additions and 4 deletions
|
|
@ -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…
Reference in a new issue